Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12354 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 7, 2009
1 parent 4bb5cad commit ce4bfba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/gui/qgisgui.cpp
Expand Up @@ -21,9 +21,9 @@
namespace QgisGui
{

bool openFilesRememberingFilter( QString const &filterName,
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
bool cancelAll )
bool GUI_EXPORT openFilesRememberingFilter( QString const &filterName,
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
bool cancelAll )
{

bool haveLastUsedFilter = false; // by default, there is no last
Expand Down
6 changes: 3 additions & 3 deletions src/gui/qgisgui.h
Expand Up @@ -75,9 +75,9 @@ namespace QgisGui
@note added in 1.4
*/

bool openFilesRememberingFilter( QString const &filterName,
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
bool cancelAll = false );
bool GUI_EXPORT openFilesRememberingFilter( QString const &filterName,
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
bool cancelAll = false );

}

Expand Down

0 comments on commit ce4bfba

Please sign in to comment.