I've just found an issue with reference to wxCollapsiblePane's member pane. Here's the minimal working example to reproduce it:
In this case "wxcrafter.cpp" will not compile because "m_collpaneWin21" is referenced but never declared nor defined.
Taking a look at wxCollapsiblePane documentation, one finds that the problem can be resolved with following single line of code:
Howerver manual fixing every time the code is re-generated is quite troublesome.
Used configuration is: CodeLite 5.4, wxCrafter plugin v1.4, Win7
Thanks in advance for fixing the issue
![Smile :)](./images/smilies/icon_e_smile.gif)