diff options
-rw-r--r-- | common/types/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/types/test.hxx b/common/types/test.hxx index 858f403..a36b5d5 100644 --- a/common/types/test.hxx +++ b/common/types/test.hxx @@ -51,7 +51,7 @@ struct num_wrap struct object3 { #pragma db id type("INTEGER") - num_wrap<int> num_; + num_wrap<long long> num_; // Use long long to avoid warnings. }; #endif // TEST_HXX |