]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
fixing warning and compile error against 10.4
[wxWidgets.git] / include / wx / stc / stc.h
index a8210a812fd5e00b9b6a76624d6275707cfc69dc..7e314a10f90b2f3f5b536d9f78f671027fd9894f 100644 (file)
@@ -38,6 +38,7 @@
 #include "wx/control.h"
 #include "wx/dnd.h"
 #include "wx/stopwatch.h"
+#include "wx/versioninfo.h"
 
 #include "wx/textentry.h"
 #if wxUSE_TEXTCTRL
@@ -4240,6 +4241,8 @@ public:
         return wxTextAreaBase::HitTest(pt, col, row);
     }
 
+    static wxVersionInfo GetLibraryVersionInfo();
+
 protected:
     virtual wxString DoGetValue() const { return GetText(); }
     virtual wxWindow *GetEditableWindow() { return this; }