#endif
#include "wx/helpbase.h"
+#include "wx/frame.h"
/// Name for map file.
#define WXEXTHELP_MAPFILE "wxhelp.map"
wxPoint *pos = NULL,
bool *newFrameEachTime = NULL)
{
- return NULL;// does nothing by default
+ return (wxFrame*) NULL;// does nothing by default
}
protected: