]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_dflist.cpp
put the write end of the pipe in non blocking mode to avoid deadlocks and return...
[wxWidgets.git] / src / html / m_dflist.cpp
index 6c767aed918e110d4893d328a0f83e732aa9220a..80566085d7cdff6ac428c7da1c29f4a8e59cd8ad 100644 (file)
@@ -4,10 +4,10 @@
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vaclav Slavik
-// Licence:     wxWindows Licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation
 #endif
 
@@ -36,6 +36,8 @@ FORCE_LINK_ME(m_dflist)
 
 TAG_HANDLER_BEGIN(DEFLIST, "DL,DT,DD" )
 
+    TAG_HANDLER_CONSTR(DEFLIST) { }
+
     TAG_HANDLER_PROC(tag)
     {
         wxHtmlContainerCell *c;