]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/textdlgg.h
no changes, just added a couple of virtual keywords
[wxWidgets.git] / include / wx / generic / textdlgg.h
index 46883085abcf793d4221992264d10e808d6ba30d..642dd0e9fe170f3f9e3bc6c60ade7dc750f27461 100644 (file)
@@ -27,8 +27,8 @@
 
 class WXDLLEXPORT wxTextCtrl;
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxGetTextFromUserPromptStr;
-WXDLLEXPORT_DATA(extern const wxChar*) wxGetPasswordFromUserPromptStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxGetTextFromUserPromptStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxGetPasswordFromUserPromptStr;
 
 #define wxTextEntryDialogStyle (wxOK | wxCANCEL | wxCENTRE | wxWS_EX_VALIDATE_RECURSIVELY)