diff options
-rw-r--r-- | odb/pgsql/error.cxx | 2 | ||||
-rw-r--r-- | odb/pgsql/error.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/odb/pgsql/error.cxx b/odb/pgsql/error.cxx index cb11872..149654d 100644 --- a/odb/pgsql/error.cxx +++ b/odb/pgsql/error.cxx @@ -1,4 +1,4 @@ -// file : odb/pgsql/errors.cxx +// file : odb/pgsql/error.cxx // author : Constantin Michael <constantin@codesynthesis.com> // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/odb/pgsql/error.hxx b/odb/pgsql/error.hxx index 287b45a..865cf0d 100644 --- a/odb/pgsql/error.hxx +++ b/odb/pgsql/error.hxx @@ -1,10 +1,10 @@ -// file : odb/pgsql/errors.hxx +// file : odb/pgsql/error.hxx // author : Constantin Michael <constantin@codesynthesis.com> // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -#ifndef ODB_PGSQL_ERRORS_HXX -#define ODB_PGSQL_ERRORS_HXX +#ifndef ODB_PGSQL_ERROR_HXX +#define ODB_PGSQL_ERROR_HXX #include <odb/pre.hxx> @@ -42,4 +42,4 @@ namespace odb #include <odb/post.hxx> -#endif // ODB_PGSQL_ERRORS_HXX +#endif // ODB_PGSQL_ERROR_HXX |