---
milena/ChangeLog | 4 ++++
milena/tests/data.hh.in | 10 +++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 2078514..40a1673 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,9 @@
2013-02-26 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * tests/data.hh.in: Rename guards.
+
+2013-02-26 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Fix a warning.
* mln/canvas/labeling/sorted.hh,
diff --git a/milena/tests/data.hh.in b/milena/tests/data.hh.in
index 1953989..fe3034b 100644
--- a/milena/tests/data.hh.in
+++ b/milena/tests/data.hh.in
@@ -1,5 +1,5 @@
-// Copyright (C) 2008, 2009 EPITA Research and Development Laboratory
-// (LRDE)
+// Copyright (C) 2008, 2009, 2013 EPITA Research and Development
+// Laboratory (LRDE)
//
// This file is part of Olena.
//
@@ -24,8 +24,8 @@
// exception does not however invalidate any other reasons why the
// executable file might be covered by the GNU General Public License.
-#ifndef TESTS_DATA_HH
-# define TESTS_DATA_HH
+#ifndef MILENA_TESTS_DATA_HH
+# define MILENA_TESTS_DATA_HH
# include <string>
@@ -41,4 +41,4 @@
/// The absolute path to the mesh directory of Milena.
# define MLN_MESH_DIR "@abs_top_srcdir@/milena/mesh"
-#endif // ! TESTS_DATA_HH
+#endif // ! MILENA_TESTS_DATA_HH
--
1.7.2.5