X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e0af0bcdaedd6cb7a0d49f7752905e8bc3415cd..7c4728f63395c3641aa62f2b549ee693eb8be978:/include/wx/vscroll.h diff --git a/include/wx/vscroll.h b/include/wx/vscroll.h index 5f4f2cb0a6..1cdc9d1e48 100644 --- a/include/wx/vscroll.h +++ b/include/wx/vscroll.h @@ -12,6 +12,10 @@ #ifndef _WX_VSCROLL_H_ #define _WX_VSCROLL_H_ +#if defined(__GNUG__) && !defined(__APPLE__) +#pragma interface "vscroll.h" +#endif + #include "wx/panel.h" // base class // ----------------------------------------------------------------------------