mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
fixed GH #1462: AbstractConfiguration::getUInt does not parse hex numbers
This commit is contained in:
@@ -346,7 +346,7 @@ protected:
|
||||
/// implementation throws a Poco::NotImplementedException.
|
||||
|
||||
static int parseInt(const std::string& value);
|
||||
static int parseUInt(const std::string& value);
|
||||
static unsigned parseUInt(const std::string& value);
|
||||
|
||||
#if defined(POCO_HAVE_INT64)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user