diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-22 16:23:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-22 16:23:21 +0200 |
commit | ec3d637d87fa19ec200465395b89a6a218143363 (patch) | |
tree | 39e516e9e6ad6b597d1ac872d43ebacaf74102cb | |
parent | e7bacc601f11dfe1702b036c401eecbdde9799aa (diff) |
Cosmetic changes
-rw-r--r-- | odb/mysql/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/makefile b/odb/mysql/makefile index 3273a8d..018fd20 100644 --- a/odb/mysql/makefile +++ b/odb/mysql/makefile @@ -12,10 +12,10 @@ database.cxx \ error.cxx \ exceptions.cxx \ object-statements.cxx \ +query.cxx \ +statement.cxx \ transaction.cxx \ transaction-impl.cxx \ -statement.cxx \ -query.cxx \ traits.cxx cli_tun := details/options.cli |