Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15047 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 14, 2011
1 parent b09f49d commit 075d068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmapcanvas.cpp
Expand Up @@ -59,7 +59,7 @@ class QgsMapCanvas::CanvasProperties
{
public:

CanvasProperties() : panSelectorDown( false ), mouseButtonDown( false ) { }
CanvasProperties() : mouseButtonDown( false ), panSelectorDown( false ) { }

//!Flag to indicate status of mouse button
bool mouseButtonDown;
Expand Down

0 comments on commit 075d068

Please sign in to comment.