X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/06e363eaa69906a7dc66f0567ea04860b7e32267..14619f10b0bdb630206607abd0ce0319d45e095a:/samples/propgrid/sampleprops.h?ds=sidebyside diff --git a/samples/propgrid/sampleprops.h b/samples/propgrid/sampleprops.h index 7cbb41f3e3..0fbbf446b7 100644 --- a/samples/propgrid/sampleprops.h +++ b/samples/propgrid/sampleprops.h @@ -29,7 +29,7 @@ public: void OnSetValue(); - // Inorder to have different value type in a derived property + // In order to have different value type in a derived property // class, we will override GetValue to return custom variant, // instead of changing the base m_value. This allows the methods // in base class to function properly.