#if wxUSE_HELP
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
# pragma interface "helphtml.h"
#endif
@file Name of help directory.
@return true on success
*/
- virtual bool LoadFile(const wxString& file = "");
+ virtual bool LoadFile(const wxString& file = wxT(""));
/** Display list of all help entries.
@return true on success