projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed semi-colons off the end of two macro statement lines so that compilation...
[wxWidgets.git]
/
include
/
wx
/
gtk
/
settings.h
diff --git
a/include/wx/gtk/settings.h
b/include/wx/gtk/settings.h
index 7b801bbb812bae73e01e99a0949a73ae62b548af..9e7db68bcdba446dfda824a381d0b301e29a2996 100644
(file)
--- a/
include/wx/gtk/settings.h
+++ b/
include/wx/gtk/settings.h
@@
-2,13
+2,11
@@
// Name: settings.h
// Purpose:
// Author: Robert Roebling
// 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
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __GTKSETTINGSH__
#define __GTKSETTINGSH__
#ifndef __GTKSETTINGSH__
#define __GTKSETTINGSH__
@@
-21,10
+19,13
@@
#include "wx/pen.h"
#include "wx/font.h"
#include "wx/pen.h"
#include "wx/font.h"
-class
WXDLLEXPORT
wxSystemSettings: public wxObject
+class wxSystemSettings: public wxObject
{
public:
{
public:
- inline wxSystemSettings(void) {}
+ inline wxSystemSettings() {}
+
+ inline static void Init() {}
+ static void Done();
// Get a system colour
static wxColour GetSystemColour(int index);
// Get a system colour
static wxColour GetSystemColour(int index);