// Modified by:
// Created: 01/02/97
// RCS-ID: $Id$
-// Copyright: (c) Julian Smart and Markus Holzem
-// Licence: wxWindows license
+// Copyright: (c) Julian Smart
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FRAME_H_
// a MSW only function which sends a size event to the window using its
// current size - this has an effect of refreshing the window layout
- void SendSizeEvent();
+ virtual void SendSizeEvent();
protected:
// common part of all ctors