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:
authorHieu Hoang <hieuhoang@gmail.com>2015-10-19 20:11:33 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-19 20:11:33 +0300
commit4e691e496903dab2d04cadd3488a77118cc230bd (patch)
tree0572c67b8ceefa736077f844276a742e96d3ddc1 /moses/BitmapContainer.h
parent411d0ae0032af1672311b79289d4aeabb68b6dcb (diff)
reuse bitmap key for BitmapContainer
Diffstat (limited to 'moses/BitmapContainer.h')
-rw-r--r--moses/BitmapContainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/BitmapContainer.h b/moses/BitmapContainer.h
index 3566f3179..0bfba950c 100644
--- a/moses/BitmapContainer.h
+++ b/moses/BitmapContainer.h
@@ -202,7 +202,7 @@ public:
class BitmapContainer
{
private:
- WordsBitmap m_bitmap;
+ const WordsBitmap &m_bitmap;
HypothesisStackCubePruning &m_stack;
HypothesisSet m_hypotheses;
BackwardsEdgeSet m_edges;