X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0824e369691b4a23a484e1d258b6e4ea021b022a..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/stdpaths.h?ds=sidebyside diff --git a/interface/wx/stdpaths.h b/interface/wx/stdpaths.h index 29d9c849e3..2c49a2f574 100644 --- a/interface/wx/stdpaths.h +++ b/interface/wx/stdpaths.h @@ -2,7 +2,6 @@ // Name: stdpaths.h // Purpose: interface of wxStandardPaths // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -363,5 +362,15 @@ public: @since 2.9.0 */ void UseAppInfo(int info); + +protected: + /** + Protected default constructor. + + This constructor is protected in order to prevent creation of objects + of this class as Get() should be used instead to access the unique + global wxStandardPaths object of the correct type. + */ + wxStandardPaths(); };