X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0c83227fdafd281d6f869e42fc23635cfb37efb..b814b812485527736a6c11fd3468df36f97a1e4a:/include/wx/popupwin.h diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index 63c4d65eea..185d8c7f65 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -12,7 +12,7 @@ #ifndef _WX_POPUPWIN_H_BASE_ #define _WX_POPUPWIN_H_BASE_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "popupwinbase.h" #endif @@ -86,8 +86,10 @@ public: // hide the window virtual void Dismiss(); - + // can the window be dismissed now? + // + // VZ: where is this used?? virtual bool CanDismiss() { return TRUE; }