Skip to content

Commit 9fd91ff

Browse files
author
mhugent
committedMay 26, 2010
fix for compile problem
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13578 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/app/qgisapp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@ class QgisApp : public QMainWindow
500500
void fileNew( bool thePromptToSaveFlag );
501501
//! Create a new empty vector layer
502502
void newVectorLayer();
503-
//#ifdef HAVE_SPATIALITE
503+
#ifdef HAVE_SPATIALITE
504504
//! Create a new empty spatialite layer
505505
void newSpatialiteLayer();
506-
//#endif
506+
#endif
507507
//! Print the current map view frame
508508
void newPrintComposer();
509509
void showComposerManager();

0 commit comments

Comments
 (0)
Please sign in to comment.