Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mert/Fdstream.h')
-rw-r--r--mert/Fdstream.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mert/Fdstream.h b/mert/Fdstream.h
index f6d4f039e..61529db6f 100644
--- a/mert/Fdstream.h
+++ b/mert/Fdstream.h
@@ -67,7 +67,9 @@ private:
protected:
/// For child classes only: retrieve filebuf.
- __gnu_cxx::stdio_filebuf<char> *get_filebuf() { return _filebuf; }
+ __gnu_cxx::stdio_filebuf<char> *get_filebuf() {
+ return _filebuf;
+ }
};
class ifdstream : public _fdstream