diff --git a/include/wx/dlimpexp.h b/include/wx/dlimpexp.h index e2baeb9f04..9160ad84c7 100644 --- a/include/wx/dlimpexp.h +++ b/include/wx/dlimpexp.h @@ -53,7 +53,7 @@ # define WXIMPORT __declspec(dllimport) #elif defined(HAVE_VISIBILITY) # define WXEXPORT __attribute__ ((visibility("default"))) -# define WXIMPORT +# define WXIMPORT __attribute__ ((visibility("default"))) #endif /* for other platforms/compilers we don't anything */