// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "helpfrm.h"
#endif
if (! m_ContentsBox)
return ;
- m_ContentsBox->Clear();
-
if (m_PagesHash)
{
WX_CLEAR_HASH_TABLE(*m_PagesHash);