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:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2015-07-02 03:32:34 +0300
committerUlrich Germann <ugermann@inf.ed.ac.uk>2015-07-02 03:32:34 +0300
commite94921dc442033a87b7cf4d712db1dcfbc9a003f (patch)
tree7909ec8e623aa5fc72d3f4b6de34c92bde46a806 /moses/BaseManager.h
parent515862ee1c1d89f604759cb5cefa7eeb452a3fba (diff)
Removal of 'using namespace ...' from several header files.
Diffstat (limited to 'moses/BaseManager.h')
-rw-r--r--moses/BaseManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/BaseManager.h b/moses/BaseManager.h
index 7367997ad..f4c7eeff2 100644
--- a/moses/BaseManager.h
+++ b/moses/BaseManager.h
@@ -50,7 +50,7 @@ public:
//! the input sentence being decoded
const InputType& GetSource() const;
- const ttasksptr& GetTtask() const;
+ const ttasksptr GetTtask() const;
virtual void Decode() = 0;
// outputs