mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
OSX compile g++/clang Data,ODBC,SQLite
This commit is contained in:
@@ -74,7 +74,7 @@ protected:
|
||||
typename BaseType::int_type readFromDevice()
|
||||
{
|
||||
if (_it != _lob.end())
|
||||
return charToInt(*_it++);
|
||||
return BaseType::charToInt(*_it++);
|
||||
else
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user