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-26 14:35:09 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-26 14:35:09 +0300
commit1258f815551decc6630ad48e2fb5c3bc5b767f5a (patch)
treefd1991b338b47b1883b9f5c58dffbc50abbaab5c /moses/BitmapContainer.h
parentd30a10e52cc69944beef3d067a403d269436297f (diff)
use bitmap* for comparison. can compare Bitmap* 'cos all bitmaps are created from bitmaps factory class. MUST ensure this is the case
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 79323eb27..2840e62d9 100644
--- a/moses/BitmapContainer.h
+++ b/moses/BitmapContainer.h
@@ -202,7 +202,7 @@ public:
class BitmapContainer
{
private:
- const Bitmap m_bitmap;
+ const Bitmap &m_bitmap;
HypothesisStackCubePruning &m_stack;
HypothesisSet m_hypotheses;
BackwardsEdgeSet m_edges;