///////////////////////////////////////////////////////////////////////////////
-// Name: wx/mac/popupwin.h
+// Name: wx/osx/popupwin.h
// Purpose: wxPopupWindow class for wxMac
// Author: Stefan Csomor
// Modified by:
-// Created:
+// Created:
// RCS-ID: $Id$
// Copyright: (c) 2006 Stefan Csomor
// Licence: wxWindows licence
bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
-protected:
+ virtual bool Show(bool show = true);
+
DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow)
};