Fix typo in documentation

This commit is contained in:
Artur Wieczorek
2019-03-09 18:41:26 +01:00
parent 86af7d5ee9
commit e8395fb88c

View File

@@ -1247,7 +1247,7 @@ public:
Called whenever validation has failed with given pending value.
@remarks If you implement this in your custom property class, please
remember to call the baser implementation as well, since they
remember to call the base implementation as well, since they
may use it to revert property into pre-change state.
*/
virtual void OnValidationFailure( wxVariant& pendingValue );