diff options
Diffstat (limited to 'evolution/drop-column/test3.hxx')
-rw-r--r-- | evolution/drop-column/test3.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/drop-column/test3.hxx b/evolution/drop-column/test3.hxx new file mode 100644 index 0000000..55be2a2 --- /dev/null +++ b/evolution/drop-column/test3.hxx @@ -0,0 +1,12 @@ +// file : evolution/drop-column/test3.hxx +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef TEST3_HXX +#define TEST3_HXX + +#define MODEL_VERSION 3 +#include "model.hxx" +#undef MODEL_VERSION + +#endif // TEST3_HXX |