mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
Fixed function name
This commit is contained in:
parent
67af04e8f8
commit
e478695891
@ -121,4 +121,5 @@ int main(int, char* [])
|
|||||||
{
|
{
|
||||||
static_from();
|
static_from();
|
||||||
dynamic_from();
|
dynamic_from();
|
||||||
|
dynamic_from_add();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user