]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextstylepage.h
use wxBitmap object as m_buffer and not a pointer to it (replaces patch 1582878)
[wxWidgets.git] / include / wx / richtext / richtextstylepage.h
index 39de549b5be2a84f34e6af850ea76fdcd2687381..21b6de1266596217b6d7b85a7741b9e40991b53c 100644 (file)
@@ -1,8 +1,8 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/richtext/richtextstylepage.h
-// Purpose:     
+// Purpose:
 // Author:      Julian Smart
-// Modified by: 
+// Modified by:
 // Created:     10/5/2006 11:34:55 AM
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
@@ -29,7 +29,7 @@
  */
 
 class wxRichTextStylePage: public wxPanel
-{    
+{
     DECLARE_DYNAMIC_CLASS( wxRichTextStylePage )
     DECLARE_EVENT_TABLE()
 
@@ -40,7 +40,7 @@ public:
 
     /// Creation
     bool Create( wxWindow* parent, wxWindowID id = SYMBOL_WXRICHTEXTSTYLEPAGE_IDNAME, const wxPoint& pos = SYMBOL_WXRICHTEXTSTYLEPAGE_POSITION, const wxSize& size = SYMBOL_WXRICHTEXTSTYLEPAGE_SIZE, long style = SYMBOL_WXRICHTEXTSTYLEPAGE_STYLE );
-    
+
     /// Initialise members
     void Init();