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 <Ulrich.Germann@gmail.com>2015-12-12 19:23:37 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-12-14 01:31:43 +0300
commitbb6e0157aac67e72b4aacbb87405014da552e140 (patch)
tree0fddd3da357960f41450378f48f033596ba34999 /moses/ContextScope.h
parentb899ab8175d5bb3733aa65a0658633c86aa2e237 (diff)
Code cleanup and refactoring.
Diffstat (limited to 'moses/ContextScope.h')
-rw-r--r--moses/ContextScope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ContextScope.h b/moses/ContextScope.h
index d98b96086..7c24f585c 100644
--- a/moses/ContextScope.h
+++ b/moses/ContextScope.h
@@ -36,7 +36,7 @@ protected:
#endif
SPTR<std::map<std::string,float> const> m_context_weights;
public:
-
+ typedef boost::shared_ptr<ContextScope> ptr;
template<typename T>
boost::shared_ptr<void> const&
set(void const* const key, boost::shared_ptr<T> const& val) {