// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "htmltag.h"
-#endif
-
#include "wx/wxprec.h"
#include "wx/defs.h"
return cur->m_Next;
}
-#if WXWIN_COMPATIBILITY_2_2
-
-bool wxHtmlTag::IsEnding() const
-{
- return false;
-}
-
-#endif // WXWIN_COMPATIBILITY_2_2
-
#endif