Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9078 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 20, 2008
1 parent 9c45270 commit 45d7287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/qgsprojectionselector.cpp
Expand Up @@ -936,7 +936,7 @@ const QString QgsProjectionSelector::stringSQLSafe(const QString theSQL)
return myRetval;
}

const void QgsProjectionSelector::showDBMissingWarning(const QString theFileName)
void QgsProjectionSelector::showDBMissingWarning(const QString theFileName)
{

QMessageBox::critical(this, tr("Resource Location Error"),
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsprojectionselector.h
Expand Up @@ -156,7 +156,7 @@ class GUI_EXPORT QgsProjectionSelector: public QWidget, private Ui::QgsProjectio
long getSelectedLongAttribute(QString attributeName);

/** Show the user a warning if the srs database could not be found */
const void showDBMissingWarning(const QString theFileName);
void showDBMissingWarning(const QString theFileName);
// List view nodes for the tree view of projections
//! User defined projections node
QTreeWidgetItem *mUserProjList;
Expand Down

0 comments on commit 45d7287

Please sign in to comment.