fixed appveyor build

This commit is contained in:
sliser
2015-12-28 16:42:26 +03:00
parent 292bc8dd28
commit b812ed5120
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
static_assert(not sqlpp::enforce_null_result_treatment_t<MockDb>::value, "MockDb interprets NULL as trivial");
static_assert(sqlpp::enforce_null_result_treatment_t<EnforceDb>::value, "MockDb does not interpret NULL as trivial");
int Result(int, char**)
int Result(int, char*[])
{
MockDb db = {};
EnforceDb edb{};