diff options
-rw-r--r-- | odb/mysql/error.cxx | 2 | ||||
-rw-r--r-- | odb/mysql/error.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/odb/mysql/error.cxx b/odb/mysql/error.cxx index 32493f2..5c60959 100644 --- a/odb/mysql/error.cxx +++ b/odb/mysql/error.cxx @@ -1,4 +1,4 @@ -// file : odb/mysql/errors.cxx +// file : odb/mysql/error.cxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/mysql/error.hxx b/odb/mysql/error.hxx index 6aeec0d..4fb5bae 100644 --- a/odb/mysql/error.hxx +++ b/odb/mysql/error.hxx @@ -1,10 +1,10 @@ -// file : odb/mysql/errors.hxx +// file : odb/mysql/error.hxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -#ifndef ODB_MYSQL_ERRORS_HXX -#define ODB_MYSQL_ERRORS_HXX +#ifndef ODB_MYSQL_ERROR_HXX +#define ODB_MYSQL_ERROR_HXX #include <odb/pre.hxx> @@ -33,4 +33,4 @@ namespace odb #include <odb/post.hxx> -#endif // ODB_MYSQL_ERRORS_HXX +#endif // ODB_MYSQL_ERROR_HXX |