Skip to content

Commit c44f8f0

Browse files
committedJan 27, 2019
Fix build
1 parent 9b2e39c commit c44f8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsguiutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ namespace QgsGuiUtils
172172
*
173173
* \since QGIS 3.6
174174
*/
175-
int scaleIconSize( int standardSize );
175+
int GUI_EXPORT scaleIconSize( int standardSize );
176176
}
177177

178178
/**

0 commit comments

Comments
 (0)
Please sign in to comment.