X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/538f4dd82b7d37293a45516da0036b453f631f9f..c6ea1fdaf924be4ee49a19d12f76e4fcd257bb0a:/include/wx/propgrid/manager.h?ds=sidebyside diff --git a/include/wx/propgrid/manager.h b/include/wx/propgrid/manager.h index 9a1c43f2b8..39752a1222 100644 --- a/include/wx/propgrid/manager.h +++ b/include/wx/propgrid/manager.h @@ -616,7 +616,7 @@ protected: /** Creates property grid for the manager. Reimplement in derived class to - use subclassed wxPropertyGrid. However, if you you do this then you + use subclassed wxPropertyGrid. However, if you do this then you must also use the two-step construction (ie. default constructor and Create() instead of constructor with arguments) when creating the manager.