diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-10 14:06:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-10 14:06:06 +0200 |
commit | 26bd95b4cab885744eabf95ee7a8012eab2800a3 (patch) | |
tree | 2758832732f7e7c2b050f33aa4ad25fb5ceb331f | |
parent | bd76aca857df32e28f81ac8687d2498ecad07296 (diff) |
Cosmetic changes
-rw-r--r-- | odb/connection.hxx | 2 | ||||
-rw-r--r-- | odb/statement.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odb/connection.hxx b/odb/connection.hxx index 1d60056..ad26ca3 100644 --- a/odb/connection.hxx +++ b/odb/connection.hxx @@ -210,4 +210,4 @@ namespace odb #include <odb/post.hxx> -#endif // ODB_MYSQL_CONNECTION_HXX +#endif // ODB_CONNECTION_HXX diff --git a/odb/statement.hxx b/odb/statement.hxx index 160dc6e..28999be 100644 --- a/odb/statement.hxx +++ b/odb/statement.hxx @@ -102,4 +102,4 @@ namespace odb #include <odb/post.hxx> -#endif // ODB_MYSQL_STATEMENT_HXX +#endif // ODB_STATEMENT_HXX |