Commit d4de1985 authored by Bryant Mairs's avatar Bryant Mairs

Fix for uninitialized value error in opmapcontrol.

Found by valgrind.
parent 1dcc9a20
......@@ -45,6 +45,7 @@ namespace internals {
projection(NULL),
isDragging(false),
TooltipTextPadding(10,10),
mapType(MapType::GoogleMap),
loaderLimit(5),
maxzoom(21),
runningThreads(0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment