]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/app.h
more Unicode fixes for help files
[wxWidgets.git] / include / wx / mac / app.h
index dff98e0bd5d2dce24578f99dc0e4001bd78f115c..c82ec80f85545c40e129f678c9d0b16d98d74a93 100644 (file)
@@ -156,6 +156,15 @@ public :
 DECLARE_EVENT_TABLE()
 };
 
 DECLARE_EVENT_TABLE()
 };
 
+class WXDLLEXPORT wxStAppResource
+{
+public :
+    wxStAppResource() ;
+    ~wxStAppResource() ;
+private :
+    short m_currentRefNum ;
+} ;
+
 // TODO: add platform-specific arguments
 int WXDLLEXPORT wxEntry( int argc, char *argv[] , bool enterLoop = TRUE);
 
 // TODO: add platform-specific arguments
 int WXDLLEXPORT wxEntry( int argc, char *argv[] , bool enterLoop = TRUE);