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