]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vscroll.h
implemented wxDC::DoGetSize() correctly for metafile DC classes
[wxWidgets.git] / include / wx / vscroll.h
index 5ac9a142c0d4804b362626f42fe7368e4df3e62d..b24615f27e6335b3f7798a40946c388ebcca7e4e 100644 (file)
 #ifndef _WX_VSCROLL_H_
 #define _WX_VSCROLL_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "vscroll.h"
-#endif
-
 #include "wx/panel.h"           // base class
 
 // ----------------------------------------------------------------------------