X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..b527aac54a829ba2ad77d8fb8609cd54eb8ef5d7:/include/wx/gtk1/settings.h diff --git a/include/wx/gtk1/settings.h b/include/wx/gtk1/settings.h index 7b801bbb81..2774b17709 100644 --- a/include/wx/gtk1/settings.h +++ b/include/wx/gtk1/settings.h @@ -2,9 +2,8 @@ // Name: settings.h // Purpose: // Author: Robert Roebling -// Created: 01/02/97 -// Id: -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Id: $Id$ +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -26,6 +25,9 @@ class WXDLLEXPORT wxSystemSettings: public wxObject public: inline wxSystemSettings(void) {} + inline static void Init() {} + static void Done(); + // Get a system colour static wxColour GetSystemColour(int index);