]> git.saurik.com Git - wxWidgets.git/commitdiff
define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings (but define it as 0 so thje...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Aug 2005 00:16:43 +0000 (00:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Aug 2005 00:16:43 +0000 (00:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/listbook.h

index 9414943190298dc7520727a00127f5ba16641992..8660874919dd278c2e216656329a520cb424f2fb 100644 (file)
@@ -23,7 +23,7 @@
 // this can be defined to put a static line as separator between the list
 // control and the page area; but I think it finally looks better without it so
 // it is not enabled by default
-//#define wxUSE_LINE_IN_LISTBOOK 1
+#define wxUSE_LINE_IN_LISTBOOK 0
 
 #if !wxUSE_STATLINE
     #undef wxUSE_LINE_IN_LISTBOOK