summaryrefslogtreecommitdiff
path: root/decoder/tdict.h
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-23 18:29:55 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-23 18:29:55 +0000
commit3f6de721b089823ac15f3d1ad786e6b479dee4d0 (patch)
tree98edfe38e297fddcbad2624384d174436f2001b4 /decoder/tdict.h
parent70ad159e22fc6ea12a5e7b468ab38a93c3ed111f (diff)
use centralized make
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@11 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/tdict.h')
-rw-r--r--decoder/tdict.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/tdict.h b/decoder/tdict.h
index 31f66367..fd77543d 100644
--- a/decoder/tdict.h
+++ b/decoder/tdict.h
@@ -23,6 +23,7 @@ struct TD {
}
return (dest - buffer);
}
+ static unsigned int NumWords();
static WordID Convert(const std::string& s);
static const char* Convert(const WordID& w);
};