Skip to content

Commit 1cd7dc6

Browse files
committedJan 26, 2015
fix potential link error on windows - if anything was using
QgisGui::createFileFilter_() outside of the gui dll it would produce a link error
1 parent e5ac88f commit 1cd7dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgisgui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ namespace QgisGui
9090
call. The regular express, glob, will have both all lower and upper
9191
case versions added.
9292
*/
93-
QString createFileFilter_( QString const &longName, QString const &glob );
93+
QString GUI_EXPORT createFileFilter_( QString const &longName, QString const &glob );
9494
}
9595

9696
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.