uncommented mGlobalSRS that was causing build error

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8724 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2008-07-07 10:08:04 +00:00
parent 1638d39a37
commit 4957f0b6e9

View File

@ -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;