]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcbuffer.h
change superflous elif to else
[wxWidgets.git] / include / wx / dcbuffer.h
index 736fedf2bc537c9f210dcb78bd71fc6449f72a26..9cd95e0ac3e2e2f048051352ea63c62292146317 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     16/03/02
 // RCS-ID:      $Id$
 // Copyright:   (c) Ron Lee
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DCBUFFER_H_
@@ -14,7 +14,7 @@
 
 #include "wx/dcmemory.h"
 #include "wx/dcclient.h"
-
+#include "wx/window.h"
 
 // ----------------------------------------------------------------------------
 // Double buffering helper.
@@ -124,7 +124,7 @@ public:
         : m_paintdc(window)
     {
         window->PrepareDC( m_paintdc );
-        
+
         if( buffer != wxNullBitmap )
             Init(&m_paintdc, buffer);
         else