summaryrefslogtreecommitdiff
path: root/decoder/apply_fsa_models.cc
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-21 03:57:32 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-21 03:57:32 +0000
commit2972dc47d3e55f3785f4854cc86bd951a0dd32d4 (patch)
tree8c8194243ea81453218f34a3539126ac9e668e16 /decoder/apply_fsa_models.cc
parent0739f499287761abbcff3a3cf0e4c6ae3b0f1492 (diff)
intern pool, agenda
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@613 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/apply_fsa_models.cc')
-rwxr-xr-xdecoder/apply_fsa_models.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/apply_fsa_models.cc b/decoder/apply_fsa_models.cc
index f9c94ec3..c958f7c4 100755
--- a/decoder/apply_fsa_models.cc
+++ b/decoder/apply_fsa_models.cc
@@ -291,7 +291,7 @@ struct ItemP {
struct Chart {
//Agenda<Item> a;
- //typedef HASH_MAP(Item,ItemP,boost::hash<Item>) Items;
+ //typedef HASH_MAP<Item,ItemP,boost::hash<Item> > Items;
//typedef Items::iterator FindItem;
//typedef std::pair<FindItem,bool> InsertItem;
// Items items;