]> git.saurik.com Git - wxWidgets.git/commitdiff
fix broken #elif
authorPaul Cornett <paulcor@bullseye.com>
Fri, 8 Jan 2010 04:05:31 +0000 (04:05 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Fri, 8 Jan 2010 04:05:31 +0000 (04:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/notebook/notebook.cpp

index 31d206789847bac7207851e53ec2ad7f57165c9b..0c46b7f54db575c6313c15e00e4ab5842d29f60e 100644 (file)
@@ -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