diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-07 15:43:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-07 15:43:23 +0200 |
commit | 2bbcdaa4165f4613e33fe8462f22086073c9e993 (patch) | |
tree | a752b2b74841e169e340baba135806b9c258dbb9 | |
parent | e06841887717f9cd9988cd2aac57b91a697f3025 (diff) |
Fix broken include guard
-rw-r--r-- | odb/mssql/version.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/version.hxx b/odb/mssql/version.hxx index 2d041ef..5b1a775 100644 --- a/odb/mssql/version.hxx +++ b/odb/mssql/version.hxx @@ -3,7 +3,7 @@ // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_VERSION_HXX -#define ODB_Mssql_VERSION_HXX +#define ODB_MSSQL_VERSION_HXX #include <odb/pre.hxx> |