projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
all windows can use wxCLIP_CHILDREN
[wxWidgets.git]
/
src
/
html
/
m_dflist.cpp
diff --git
a/src/html/m_dflist.cpp
b/src/html/m_dflist.cpp
index 634a31786b41db0331c3c23c091d8ecf545f4e17..80566085d7cdff6ac428c7da1c29f4a8e59cd8ad 100644
(file)
--- a/
src/html/m_dflist.cpp
+++ b/
src/html/m_dflist.cpp
@@
-4,10
+4,10
@@
// Author: Vaclav Slavik
// RCS-ID: $Id$
// Copyright: (c) 1999 Vaclav Slavik
// Author: Vaclav Slavik
// RCS-ID: $Id$
// Copyright: (c) 1999 Vaclav Slavik
-// Licence: wxWindows
L
icence
+// Licence: wxWindows
l
icence
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation
#endif
#pragma implementation
#endif
@@
-17,7
+17,7
@@
#include "wx/defs.h"
#if wxUSE_HTML && wxUSE_STREAMS
#include "wx/defs.h"
#if wxUSE_HTML && wxUSE_STREAMS
-#ifdef __BOR
D
LANDC__
+#ifdef __BORLANDC__
#pragma hdrstop
#endif
#pragma hdrstop
#endif
@@
-34,7
+34,9
@@
FORCE_LINK_ME(m_dflist)
-TAG_HANDLER_BEGIN(DEFLIST, "DL,DT,DD")
+TAG_HANDLER_BEGIN(DEFLIST, "DL,DT,DD" )
+
+ TAG_HANDLER_CONSTR(DEFLIST) { }
TAG_HANDLER_PROC(tag)
{
TAG_HANDLER_PROC(tag)
{
@@
-43,7
+45,7
@@
TAG_HANDLER_BEGIN(DEFLIST, "DL,DT,DD")
if (tag.GetName() == wxT("DL"))
{
if (tag.GetName() == wxT("DL"))
{
- if (m_WParser->GetContainer()->GetFirstC
ell
() != NULL)
+ if (m_WParser->GetContainer()->GetFirstC
hild
() != NULL)
{
m_WParser->CloseContainer();
m_WParser->OpenContainer();
{
m_WParser->CloseContainer();
m_WParser->OpenContainer();
@@
-52,7
+54,7
@@
TAG_HANDLER_BEGIN(DEFLIST, "DL,DT,DD")
ParseInner(tag);
ParseInner(tag);
- if (m_WParser->GetContainer()->GetFirstC
ell
() != NULL)
+ if (m_WParser->GetContainer()->GetFirstC
hild
() != NULL)
{
m_WParser->CloseContainer();
m_WParser->OpenContainer();
{
m_WParser->CloseContainer();
m_WParser->OpenContainer();