]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/stdpaths.h
added GetScreenPosition/Rect() which always return the screen coordinates of the...
[wxWidgets.git] / include / wx / unix / stdpaths.h
index b2627508034e6d62c3f3d73cee8bbd1f49fb3bc2..5e5cb19cab3f72490ad5d94485dae003587d4adf 100644 (file)
@@ -23,7 +23,7 @@ public:
     //
     // under some systems (currently only Linux) the program directory can be
     // determined automatically but for portable programs you should always set
-    // it explicitely
+    // it explicitly
     void SetInstallPrefix(const wxString& prefix);
 
     // get the program installation prefix
@@ -41,6 +41,9 @@ public:
     virtual wxString GetLocalDataDir() const;
     virtual wxString GetUserDataDir() const;
     virtual wxString GetPluginsDir() const;
+
+private:
+    wxString m_prefix;
 };
 
 #endif // _WX_UNIX_STDPATHS_H_