fixed GH #1462: AbstractConfiguration::getUInt does not parse hex numbers

This commit is contained in:
Guenter Obiltschnig
2016-10-24 09:41:49 +02:00
parent aa9987e0bc
commit df855c88b7
3 changed files with 13 additions and 10 deletions

View File

@@ -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)