diff options
Diffstat (limited to 'tracer/types')
-rw-r--r-- | tracer/types/test.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tracer/types/test.hxx b/tracer/types/test.hxx index 965f133..8537e16 100644 --- a/tracer/types/test.hxx +++ b/tracer/types/test.hxx @@ -15,19 +15,19 @@ typedef int num_t; typedef num_t num_type; -#pragma odb object +#pragma db object struct object1 { typedef int int_type; - #pragma odb id + #pragma db id int_type id_; }; -#pragma odb object +#pragma db object struct object2 { - #pragma odb id + #pragma db id num_type num_; }; |