diff options
-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 |