#ifndef _WX_CONFBASE_H_
#define _WX_CONFBASE_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "confbase.h"
-#endif
-
#include "wx/defs.h"
#include "wx/string.h"
long style = 0);
// empty but ensures that dtor of all derived classes is virtual
- virtual ~wxConfigBase(){};
+ virtual ~wxConfigBase();
// path management
// set current path: if the first character is '/', it's the absolute path,