From 707e810aada78ac2390da988eb62324b896e6103 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Nov 2011 12:17:52 +0200 Subject: Fix misspelled file name --- odb/pgsql/error.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odb/pgsql/error.hxx') 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 // 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 @@ -42,4 +42,4 @@ namespace odb #include -#endif // ODB_PGSQL_ERRORS_HXX +#endif // ODB_PGSQL_ERROR_HXX -- cgit v1.1