From 913087c4e2bea1f36f8126feb0b58904666f237c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Feb 2013 13:45:45 +0200 Subject: Use consistent types in object and view --- common/inheritance/polymorphism/test4.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/inheritance/polymorphism/test4.hxx b/common/inheritance/polymorphism/test4.hxx index 22ccb9b..0bd53bd 100644 --- a/common/inheritance/polymorphism/test4.hxx +++ b/common/inheritance/polymorphism/test4.hxx @@ -69,7 +69,7 @@ namespace test4 struct view2 { #pragma db column("min(" + base2::num + ")") - std::size_t min_num; + unsigned long min_num; }; } -- cgit v1.1