]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgdlg.h
Fix warnings in the MSW IE backend.
[wxWidgets.git] / include / wx / msgdlg.h
index 958e46a782caade794b5f43fdf49e5e998e423fd..ca96fc7ff947ad0a2cfbb4b015b05cd0e486cc04 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/msgdlgg.h
+// Name:        wx/msgdlg.h
 // Purpose:     common header and base class for wxMessageDialog
 // Author:      Julian Smart
 // Modified by:
@@ -19,7 +19,7 @@
 #include "wx/dialog.h"
 #include "wx/stockitem.h"
 
-WXDLLIMPEXP_DATA_CORE(extern const char) wxMessageBoxCaptionStr[];
+extern WXDLLIMPEXP_DATA_CORE(const char) wxMessageBoxCaptionStr[];
 
 // ----------------------------------------------------------------------------
 // wxMessageDialogBase: base class defining wxMessageDialog interface