Skip to content

Commit

Permalink
uncommented mGlobalSRS that was causing build error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8724 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jul 7, 2008
1 parent 4a7dad9 commit db18654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsoptions.h
Expand Up @@ -97,7 +97,7 @@ class QgsOptions :public QDialog, private Ui::QgsOptionsBase
QWidget *qparent;

//!Global default projection used for new layers added that have no projection
//long mGlobalSRSID;
long mGlobalSRSID;

//!Default proj4 string used for new layers added that have no projection
QString mGlobalProj4String;
Expand Down

0 comments on commit db18654

Please sign in to comment.