/////////////////////////////////////////////////////////////////////////////
-// Name: univ/statbox.cpp
+// Name: src/univ/statbox.cpp
// Purpose: wxStaticBox implementation
// Author: Vadim Zeitlin
// Modified by:
// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "univstatbox.h"
-#endif
-
#include "wx/wxprec.h"
#ifdef __BORLANDC__
// implementation
// ============================================================================
-IMPLEMENT_DYNAMIC_CLASS(wxStaticBox, wxControl)
-
// ----------------------------------------------------------------------------
// wxStaticBox
// ----------------------------------------------------------------------------