diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-07 15:43:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-07 15:43:43 +0200 |
commit | f066315aa4e0493554a45b8294c366e4a1c9bca6 (patch) | |
tree | 0805fbc897bdb733ce593e467f91fbd833e8e2ec | |
parent | cbf2b95c54bd93d882c6765287f3340102fe4663 (diff) |
Fix broken include guard
-rw-r--r-- | odb/oracle/version.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/version.hxx b/odb/oracle/version.hxx index 13b02b1..411a423 100644 --- a/odb/oracle/version.hxx +++ b/odb/oracle/version.hxx @@ -3,7 +3,7 @@ // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_ORACLE_VERSION_HXX -#define ODB_ORAClE_VERSION_HXX +#define ODB_ORACLE_VERSION_HXX #include <odb/pre.hxx> |