Skip to content

Commit 7365912

Browse files
author
jef
committedDec 7, 2009
fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12354 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎src/gui/qgisgui.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
namespace QgisGui
2222
{
2323

24-
bool openFilesRememberingFilter( QString const &filterName,
25-
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
26-
bool cancelAll )
24+
bool GUI_EXPORT openFilesRememberingFilter( QString const &filterName,
25+
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
26+
bool cancelAll )
2727
{
2828

2929
bool haveLastUsedFilter = false; // by default, there is no last

‎src/gui/qgisgui.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ namespace QgisGui
7575
@note added in 1.4
7676
*/
7777

78-
bool openFilesRememberingFilter( QString const &filterName,
79-
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
80-
bool cancelAll = false );
78+
bool GUI_EXPORT openFilesRememberingFilter( QString const &filterName,
79+
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
80+
bool cancelAll = false );
8181

8282
}
8383

0 commit comments

Comments
 (0)
Please sign in to comment.