[Lemon-commits] [lemon_svn] alpar: r1611 - hugo/trunk/src/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:46:34 CET 2006


Author: alpar
Date: Sun Mar  6 21:44:29 2005
New Revision: 1611

Modified:
   hugo/trunk/src/lemon/map_utils.h

Log:
Missing #ifndef-#define

Modified: hugo/trunk/src/lemon/map_utils.h
==============================================================================
--- hugo/trunk/src/lemon/map_utils.h	(original)
+++ hugo/trunk/src/lemon/map_utils.h	Sun Mar  6 21:44:29 2005
@@ -18,6 +18,9 @@
 ///\file
 ///\brief Map utilities.
 
+#ifndef LEMON_MAP_UTILS_H
+#define LEMON_MAP_UTILS_H
+
 #include <map>
 
 
@@ -271,6 +274,6 @@
   };
 
 
-
 }
 
+#endif



More information about the Lemon-commits mailing list