Skip to content
Snippets Groups Projects
Commit 74bd35b7 authored by lukasz's avatar lukasz
Browse files

ifdef

parent cadbb954
Branches
No related merge requests found
#ifndef LIBCORPUS2_WHOLE_CORPUSREADER_H #ifndef LIBCORPUS2_WHOLE_DOCUMENTREADER_H
#define LIBCORPUS2_WHOLE_CORPUSREADER_H #define LIBCORPUS2_WHOLE_DOCUMENTREADER_H
#include <fstream> #include <fstream>
#include <string> #include <string>
#include <libcorpus2_whole/corpus.h> #include <libcorpus2_whole/corpus.h>
...@@ -31,4 +31,4 @@ private: ...@@ -31,4 +31,4 @@ private:
} // whole ns } // whole ns
} // Corpus2 ns } // Corpus2 ns
#endif // LIBCORPUS2_WHOLE_CORPUSREADER_H #endif // LIBCORPUS2_WHOLE_DOCUMENTREADER_H
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment