fix potential link error on windows - if anything was using

QgisGui::createFileFilter_() outside of the gui dll it would produce a link
error
This commit is contained in:
Juergen E. Fischer 2015-01-27 00:26:30 +01:00
parent e5ac88f3bc
commit 1cd7dc6aea

View File

@ -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