Commit d4de1985 authored by Bryant Mairs's avatar Bryant Mairs
Browse files

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),
......
Supports Markdown
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