summaryrefslogtreecommitdiff
path: root/libodb/odb/statement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libodb/odb/statement.cxx')
-rw-r--r--libodb/odb/statement.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/libodb/odb/statement.cxx b/libodb/odb/statement.cxx
new file mode 100644
index 0000000..35e7b77
--- /dev/null
+++ b/libodb/odb/statement.cxx
@@ -0,0 +1,12 @@
+// file : odb/statement.cxx
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/statement.hxx>
+
+namespace odb
+{
+ statement::
+ ~statement ()
+ {
+ }
+}