From: Paul Cornett Date: Fri, 8 Jan 2010 04:05:31 +0000 (+0000) Subject: fix broken #elif X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/abae3b805f0ddd501d779b1c1c069518ce2e41b7 fix broken #elif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/notebook/notebook.cpp b/samples/notebook/notebook.cpp index 31d2067898..0c46b7f54d 100644 --- a/samples/notebook/notebook.cpp +++ b/samples/notebook/notebook.cpp @@ -291,7 +291,7 @@ MyFrame::MyFrame() m_type = Type_Listbook; #elif wxUSE_TREEBOOK m_type = Type_Treebook; -#elif +#else #error "Don't use Notebook sample without any book enabled in wxWidgets build!" #endif