///////////////////////////////////////////////////////////////////////////////
-// Name: univ/colschem.cpp
+// Name: src/univ/colschem.cpp
// Purpose: (trivial) wxColourScheme implementation
// Author: Vadim Zeitlin
// Modified by:
// Created: 20.08.00
// RCS-ID: $Id$
// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence: wxWindows license
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ===========================================================================
// headers
// ---------------------------------------------------------------------------
-#ifdef __GNUG__
- #pragma implementation "colschem.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#endif
#ifndef WX_PRECOMP
+ #include "wx/settings.h"
#endif // WX_PRECOMP
-#include "wx/settings.h"
-
#include "wx/univ/colschem.h"
#include "wx/univ/theme.h"
return wxTheme::Get()->GetColourScheme()->Get(col);
}
-