b309868930
wxControl::Create() has a different signature than wxWindow::Create() (its 6-th parameter is of const wxValidator& type instead of const wxString&) so it cannot be invoked from the the general template of wxScrolled<T>::Create() method. We need to move a call to T::Create() function to a dedicated template function wxCreateScrolled() responsible for actual creation of the scrolled window and overload it for custom classes if necessary. This has to be done for wxControl and from this overloaded function wxControl::Create() can be called with rearranged parameters. |
||
---|---|---|
.. | ||
wx | ||
check_syntax.sh |