]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/brush.h
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / include / wx / mgl / brush.h
index 1c4a29198f0d2556cbef3bf6c7207ef317c5a5d6..5d12600bad1b903dc98b18c1b17e691468d8f484 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001 Vaclav Slavik
+// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -35,11 +35,11 @@ class WXDLLEXPORT wxBrush;
 class WXDLLEXPORT wxBrush: public wxGDIObject
 {
 public:
-    wxBrush();
+    wxBrush() {}
     wxBrush(const wxColour &colour, int style);
     wxBrush(const wxBitmap &stippleBitmap);
     wxBrush(const wxBrush &brush);
-    ~wxBrush();
+    ~wxBrush() {}
     wxBrush& operator = (const wxBrush& brush);
     bool operator == (const wxBrush& brush) const;
     bool operator != (const wxBrush& brush) const;