fixed missing }

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

View File

@ -175,6 +175,7 @@ Poco::Dynamic::Var RecordSet::value(const std::string& name, std::size_t dataRow
case MetaColumn::FDT_TIMESTAMP: return value<DateTime>(name, dataRow, useFilter);
default:
throw UnknownTypeException("Data type not supported.");
}
}