]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/xrc/xh_notbk.cpp
fixed wrong srcdir in contrib w/ autoconf
[wxWidgets.git] / contrib / src / xrc / xh_notbk.cpp
index b8b459cc8281be4ea4d406a19654a93d28ece39f..27d6a5ee400975003bc7a61dfb324982f48ef65e 100644 (file)
@@ -27,6 +27,8 @@
 #include "wx/notebook.h"
 #include "wx/sizer.h"
 
+IMPLEMENT_DYNAMIC_CLASS(wxNotebookXmlHandler, wxXmlResourceHandler)
+
 wxNotebookXmlHandler::wxNotebookXmlHandler() 
 : wxXmlResourceHandler(), m_isInside(FALSE), m_notebook(NULL)
 {