// Modified by:
// Created:
// Copyright: (c) Julian Smart
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __WXUNIVERSAL__
// resolve the conflict with wxWindowUniv::SetCurrent()
- virtual bool SetCurrent(bool doit) { return wxWindow::SetCurrent(doit); };
+ virtual bool SetCurrent(bool doit) { return wxWindow::SetCurrent(doit); }
#endif
protected: