]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcmemory.h
added wxTextCtrl::AppendText, used by TextCtrl operator <<
[wxWidgets.git] / include / wx / gtk / dcmemory.h
index 632afa38eccb19feb2e44a1cc54c495a71c92a00..ea4a1f157100baf9ad95c456b0385006e46527a2 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -33,14 +33,14 @@ class wxMemoryDC: public wxWindowDC
   DECLARE_DYNAMIC_CLASS(wxMemoryDC)
 
 public:
-  wxMemoryDC(void);
+  wxMemoryDC();
   wxMemoryDC( wxDC *dc ); // Create compatible DC
-  ~wxMemoryDC(void);
+  ~wxMemoryDC();
   virtual void SelectObject( const wxBitmap& bitmap );
   void GetSize( int *width, int *height ) const;
 
-  // implementation      
-    
+  // implementation
+
   wxBitmap  m_selected;
 };