0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Fixed function name

This commit is contained in:
rbock 2016-03-22 10:03:37 +01:00
parent 67af04e8f8
commit e478695891

View File

@ -121,4 +121,5 @@ int main(int, char* [])
{
static_from();
dynamic_from();
dynamic_from_add();
}