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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user