From 3c5e0b25053a8dd4af5e47faada8b503cf3df83e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 24 Sep 2014 13:26:27 +0200 Subject: Fix incorrect include guard in multi-index traits header --- odb/boost/multi-index/container-traits.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odb') diff --git a/odb/boost/multi-index/container-traits.hxx b/odb/boost/multi-index/container-traits.hxx index c5a21ff..532f24f 100644 --- a/odb/boost/multi-index/container-traits.hxx +++ b/odb/boost/multi-index/container-traits.hxx @@ -1,9 +1,9 @@ -// file : odb/boost/unordered/container-traits.hxx +// file : odb/boost/multi-index/container-traits.hxx // copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -#ifndef ODB_BOOST_UNORDERED_CONTAINER_TRAITS_HXX -#define ODB_BOOST_UNORDERED_CONTAINER_TRAITS_HXX +#ifndef ODB_BOOST_MULTI_INDEX_CONTAINER_TRAITS_HXX +#define ODB_BOOST_MULTI_INDEX_CONTAINER_TRAITS_HXX #include @@ -213,4 +213,4 @@ namespace odb #include #endif // BOOST_VERSION -#endif // ODB_BOOST_UNORDERED_CONTAINER_TRAITS_HXX +#endif // ODB_BOOST_MULTI_INDEX_CONTAINER_TRAITS_HXX -- cgit v1.1