///////////////////////////////////////////////////////////////////////////////
-// Name: univ/colschem.cpp
+// Name: src/univ/colschem.cpp
// Purpose: (trivial) wxColourScheme implementation
// Author: Vadim Zeitlin
// Modified by:
// 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);
}
-