// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "fontdlgg.h"
#endif
{
m_fontData.m_fontColour = *col;
m_previewer->SetForegroundColour(*col);
+ delete col;
}
}
m_previewer->Refresh();