From 9a2f59e810fd4c870ebfce5dd5bd2be07f30dab1 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sun, 28 Jan 2001 02:25:02 +0000 Subject: [PATCH] changed #ifdef protect macro name to match file name [SVN r8801] --- include/boost/graph/vector_as_graph.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/graph/vector_as_graph.hpp b/include/boost/graph/vector_as_graph.hpp index 103393ca..f126a23d 100644 --- a/include/boost/graph/vector_as_graph.hpp +++ b/include/boost/graph/vector_as_graph.hpp @@ -23,8 +23,8 @@ // OR OTHER RIGHTS. //======================================================================= -#ifndef BOOST_GRAPH_VEC_ADJ_LIST_HPP -#define BOOST_GRAPH_VEC_ADJ_LIST_HPP +#ifndef BOOST_VECTOR_AS_GRAPH_HPP +#define BOOST_VECTOR_AS_GRAPH_HPP #include #include @@ -175,4 +175,4 @@ namespace boost { } // namespace boost -#endif // VEC_ADJ_LIST_HPP +#endif // BOOST_VECTOR_AS_GRAPH_HPP