diff options
Diffstat (limited to 'odb/sqlite/statements-base.cxx')
-rw-r--r-- | odb/sqlite/statements-base.cxx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/sqlite/statements-base.cxx b/odb/sqlite/statements-base.cxx new file mode 100644 index 0000000..9379047 --- /dev/null +++ b/odb/sqlite/statements-base.cxx @@ -0,0 +1,17 @@ +// file : odb/sqlite/statements-base.cxx +// author : Boris Kolpackov <boris@codesynthesis.com> +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#include <odb/sqlite/statements-base.hxx> + +namespace odb +{ + namespace sqlite + { + statements_base:: + ~statements_base () + { + } + } +} |