Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix potential link error on windows - if anything was using
QgisGui::createFileFilter_() outside of the gui dll it would produce a link
error
  • Loading branch information
jef-n committed Jan 26, 2015
1 parent e5ac88f commit 1cd7dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgisgui.h
Expand Up @@ -90,7 +90,7 @@ namespace QgisGui
call. The regular express, glob, will have both all lower and upper
case versions added.
*/
QString createFileFilter_( QString const &longName, QString const &glob );
QString GUI_EXPORT createFileFilter_( QString const &longName, QString const &glob );
}

#endif

0 comments on commit 1cd7dc6

Please sign in to comment.