#include "wx/string.h"
#include "wx/filefn.h"
+class WXDLLIMPEXP_FWD_BASE wxStandardPaths;
+
// ----------------------------------------------------------------------------
// wxStandardPaths returns the standard locations in the file system
// ----------------------------------------------------------------------------
class WXDLLIMPEXP_BASE wxStandardPathsBase
{
public:
- // possible resources categorires
+ // possible resources categories
enum ResourceCat
{
// no special category
// return the global standard paths object
- static wxStandardPathsBase& Get();
+ static wxStandardPaths& Get();
// return the path (directory+filename) of the running executable or
// wxEmptyString if it couldn't be determined.