Readd accidentally deleted argument in wxConfig interface

This missing argument was removed in 0c837e5310
and causes the doxygen docs for wxConfigBase to be incorrect and miss
a lot of functions.
This commit is contained in:
Ian McInerney
2021-05-13 03:04:37 +01:00
committed by paulcor
parent 9814d58415
commit 363216ab29

View File

@@ -571,6 +571,7 @@ public:
@endWxPerlOnly
*/
bool Read(const wxString& key, wxLongLong_t* ll,
wxLongLong_t defaultVal) const;
/**
Reads a size_t value, returning @true if the value was found.
If the value was not found, @a value is not changed.