diff options
-rw-r--r-- | odb/sqlite/error.cxx | 2 | ||||
-rw-r--r-- | odb/sqlite/error.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/odb/sqlite/error.cxx b/odb/sqlite/error.cxx index f84a6c0..52554bf 100644 --- a/odb/sqlite/error.cxx +++ b/odb/sqlite/error.cxx @@ -1,4 +1,4 @@ -// file : odb/sqlite/errors.cxx +// file : odb/sqlite/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/sqlite/error.hxx b/odb/sqlite/error.hxx index c897988..48f0e6a 100644 --- a/odb/sqlite/error.hxx +++ b/odb/sqlite/error.hxx @@ -1,10 +1,10 @@ -// file : odb/sqlite/errors.hxx +// file : odb/sqlite/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_SQLITE_ERRORS_HXX -#define ODB_SQLITE_ERRORS_HXX +#ifndef ODB_SQLITE_ERROR_HXX +#define ODB_SQLITE_ERROR_HXX #include <odb/pre.hxx> @@ -26,4 +26,4 @@ namespace odb #include <odb/post.hxx> -#endif // ODB_SQLITE_ERRORS_HXX +#endif // ODB_SQLITE_ERROR_HXX |