aboutsummaryrefslogtreecommitdiff
path: root/odb/statement.cxx
blob: 35e7b771b32dd0d7322e77622a0e8669fe7cb3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : odb/statement.cxx
// license   : GNU GPL v2; see accompanying LICENSE file

#include <odb/statement.hxx>

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