fixed missing }

This commit is contained in:
Guenter Obiltschnig 2016-03-17 11:18:41 +01:00
parent 05db70c37d
commit aec9e25d79

View File

@ -176,6 +176,7 @@ Poco::Dynamic::Var RecordSet::value(const std::string& name, std::size_t dataRow
default:
throw UnknownTypeException("Data type not supported.");
}
}
Row& RecordSet::row(std::size_t pos)