aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/view-statements.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-06 16:51:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-06 16:51:20 +0200
commit932ae000f66ec5935c368b953da24dfd6cf7581b (patch)
tree58d0eb0a1cb36d311b4b3a3fb1aed0afd9051810 /odb/mysql/view-statements.txx
parent017ba71bd4ab26c45de2a27d030bf0010ae0a173 (diff)
Add non-inline destructor
Diffstat (limited to 'odb/mysql/view-statements.txx')
-rw-r--r--odb/mysql/view-statements.txx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/mysql/view-statements.txx b/odb/mysql/view-statements.txx
index 36f5045..e3c89d8 100644
--- a/odb/mysql/view-statements.txx
+++ b/odb/mysql/view-statements.txx
@@ -12,6 +12,12 @@ namespace odb
{
template <typename T>
view_statements<T>::
+ ~view_statements ()
+ {
+ }
+
+ template <typename T>
+ view_statements<T>::
view_statements (connection_type& conn)
: statements_base (conn),
image_binding_ (image_bind_, view_traits::column_count)