Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix for compile problem
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13578 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 26, 2010
1 parent 2a0e25c commit 9fd91ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgisapp.h
Expand Up @@ -500,10 +500,10 @@ class QgisApp : public QMainWindow
void fileNew( bool thePromptToSaveFlag );
//! Create a new empty vector layer
void newVectorLayer();
//#ifdef HAVE_SPATIALITE
#ifdef HAVE_SPATIALITE
//! Create a new empty spatialite layer
void newSpatialiteLayer();
//#endif
#endif
//! Print the current map view frame
void newPrintComposer();
void showComposerManager();
Expand Down

0 comments on commit 9fd91ff

Please sign in to comment.