]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
char* -> wxString
[wxWidgets.git] / src / common / string.cpp
index d9937efe17bd82315152f9e1e65c666234e264f0..5329f085e2a062bfa271e9282dac0a1278fa45a8 100644 (file)
@@ -80,7 +80,7 @@ static const struct
 } g_strEmpty = { {-1, 0, 0}, '\0' };
 
 // empty C style string: points to 'string data' byte of g_strEmpty
-extern const char *g_szNul = &g_strEmpty.dummy;
+extern const char WXDLLEXPORT *g_szNul = &g_strEmpty.dummy;
 
 // ----------------------------------------------------------------------------
 // conditional compilation