X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a613d31a3fc41a95a64d3fc0c2ddcba5686957a..fcdbeefa4e1f033a8c1d0e2a0d4fb521e5e47450:/include/wx/unix/stdpaths.h

diff --git a/include/wx/unix/stdpaths.h b/include/wx/unix/stdpaths.h
index b262750803..5e5cb19cab 100644
--- a/include/wx/unix/stdpaths.h
+++ b/include/wx/unix/stdpaths.h
@@ -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_