aboutsummaryrefslogtreecommitdiff
path: root/odb/statement.cxx
blob: ed71763dfb4f085fdfd2ffbce5b51f7a846bf02b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : odb/statement.cxx
// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#include <odb/statement.hxx>

namespace odb
{
  statement::
  ~statement ()
  {
  }
}