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 'phrase-extract/extract-mixed-syntax/InputFileStream.h')
-rw-r--r--phrase-extract/extract-mixed-syntax/InputFileStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrase-extract/extract-mixed-syntax/InputFileStream.h b/phrase-extract/extract-mixed-syntax/InputFileStream.h
index e2a31bc82..5de416237 100644
--- a/phrase-extract/extract-mixed-syntax/InputFileStream.h
+++ b/phrase-extract/extract-mixed-syntax/InputFileStream.h
@@ -37,7 +37,7 @@ protected:
std::streambuf *m_streambuf;
public:
- InputFileStream(const std::string &filePath);
+ explicit InputFileStream(const std::string &filePath);
~InputFileStream();
void Close();