From: Vadim Zeitlin Date: Thu, 4 Aug 2005 00:16:43 +0000 (+0000) Subject: define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings (but define it as 0 so thje... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/39de6d6ca1dd08e07d7a71581eaa22cd1ece836d define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings (but define it as 0 so thje line is still disabled by default) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/listbook.h b/include/wx/listbook.h index 9414943190..8660874919 100644 --- a/include/wx/listbook.h +++ b/include/wx/listbook.h @@ -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