From 74bd35b70134a9d2719978e61aadd52549a1d7ba Mon Sep 17 00:00:00 2001
From: lukasz <lukasz@nami.(none)>
Date: Tue, 7 Feb 2012 16:53:28 +0100
Subject: [PATCH] ifdef

---
 libcorpus2_whole/io/documentreader.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libcorpus2_whole/io/documentreader.h b/libcorpus2_whole/io/documentreader.h
index 9f3753e..9bfe439 100644
--- a/libcorpus2_whole/io/documentreader.h
+++ b/libcorpus2_whole/io/documentreader.h
@@ -1,5 +1,5 @@
-#ifndef LIBCORPUS2_WHOLE_CORPUSREADER_H
-#define LIBCORPUS2_WHOLE_CORPUSREADER_H
+#ifndef LIBCORPUS2_WHOLE_DOCUMENTREADER_H
+#define LIBCORPUS2_WHOLE_DOCUMENTREADER_H
 #include <fstream>
 #include <string>
 #include <libcorpus2_whole/corpus.h>
@@ -31,4 +31,4 @@ private:
 } // whole ns
 } // Corpus2 ns
 
-#endif // LIBCORPUS2_WHOLE_CORPUSREADER_H
+#endif // LIBCORPUS2_WHOLE_DOCUMENTREADER_H
-- 
GitLab