Skip to content

Commit db18654

Browse files
author
timlinux
committed
uncommented mGlobalSRS that was causing build error
git-svn-id: http://svn.osgeo.org/qgis/trunk@8724 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4a7dad9 commit db18654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsoptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class QgsOptions :public QDialog, private Ui::QgsOptionsBase
9797
QWidget *qparent;
9898

9999
//!Global default projection used for new layers added that have no projection
100-
//long mGlobalSRSID;
100+
long mGlobalSRSID;
101101

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

0 commit comments

Comments
 (0)