This method is currently called HasSubkeys() and not HasSubKeys() even though
the latter would have been more consistent with HasSubKey() so we might
consider renaming it in the future. But for now just fix the documentation.
Closes #13998.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70641
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/**
Returns @true if any subkeys exist.
*/
/**
Returns @true if any subkeys exist.
*/
- bool HasSubKeys() const;
+ bool HasSubkeys() const;
/**
Returns @true if the value exists.
/**
Returns @true if the value exists.