Skip to content

Commit 72120bb

Browse files
author
jef
committedJun 14, 2010
fix ugly workaround r13732
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13733 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class QgisApp : public QMainWindow
359359
//! returns pointer to map legend
360360
QgsLegend *legend();
361361

362-
#if Q_OS_WIN
362+
#ifdef Q_OS_WIN
363363
//! ugly hack
364364
void skipNextContextMenuEvent();
365365
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.