OSX compile g++/clang Data,ODBC,SQLite

This commit is contained in:
Aleksandar Fabijanic
2012-09-21 05:06:37 +00:00
parent 32c5b6b998
commit f7bd6a8fec
13 changed files with 66 additions and 104 deletions

View File

@@ -74,7 +74,7 @@ protected:
typename BaseType::int_type readFromDevice()
{
if (_it != _lob.end())
return charToInt(*_it++);
return BaseType::charToInt(*_it++);
else
return -1;
}