]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/bitmap.h
Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum.
[wxWidgets.git] / include / wx / x11 / bitmap.h
index e60874f815b7fa0f8a6b1ea832e0980427792e33..2a272f92c2483c4245c8cc712a7a4bfeab333a49 100644 (file)
@@ -68,7 +68,7 @@ public:
     wxBitmap() {}
     wxBitmap( int width, int height, int depth = -1 ) { Create( width, height, depth ); }
     wxBitmap( const wxSize& sz, int depth = -1 ) { Create( sz, depth ); }
-    
+
     wxBitmap( const char bits[], int width, int height, int depth = 1 );
     wxBitmap( const char* const* bits );
 #ifdef wxNEEDS_CHARPP