updated to the new pikotools api: snake_case names of methods from SpaceParser
This commit is contained in:
@@ -259,7 +259,7 @@ bool DbBase::AssertValueSpace(PGresult * r, int row, int col, pt::Space & space)
|
||||
{
|
||||
const char * res = AssertValue(r, row, col);
|
||||
|
||||
pt::SpaceParser::Status status = conf_parser.ParseSpace(res, space);
|
||||
pt::SpaceParser::Status status = conf_parser.parse_space(res, space);
|
||||
|
||||
if( status != pt::SpaceParser::ok )
|
||||
{
|
||||
|
Reference in New Issue
Block a user