#endif // wxUSE_GUI
#if wxUSE_CONFIG && wxUSE_FILECONFIG
- class WXDLLIMPEXP_BASE wxConfigBase;
+ class WXDLLIMPEXP_FWD_BASE wxConfigBase;
#endif // wxUSE_CONFIG
-class WXDLLIMPEXP_CORE wxFontMapper;
+class WXDLLIMPEXP_FWD_CORE wxFontMapper;
#if wxUSE_GUI
- class WXDLLIMPEXP_CORE wxWindow;
+ class WXDLLIMPEXP_FWD_CORE wxWindow;
#endif // wxUSE_GUI
// ============================================================================
class WXDLLIMPEXP_BASE wxFontMapperBase
{
public:
- // constructtor and such
+ // constructor and such
// ---------------------
// default ctor
void SetConfigPath(const wxString& prefix);
// return default config path
- static const wxChar *GetDefaultConfigPath();
+ static const wxString& GetDefaultConfigPath();
#endif // wxUSE_CONFIG