aboutsummaryrefslogtreecommitdiff
path: root/src/include/fst/state-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/fst/state-map.h')
-rw-r--r--src/include/fst/state-map.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/fst/state-map.h b/src/include/fst/state-map.h
index 2c59e1d..0e65d74 100644
--- a/src/include/fst/state-map.h
+++ b/src/include/fst/state-map.h
@@ -191,8 +191,6 @@ class StateMapFstImpl : public CacheImpl<B> {
using FstImpl<B>::SetInputSymbols;
using FstImpl<B>::SetOutputSymbols;
- using VectorFstBaseImpl<typename CacheImpl<B>::State>::NumStates;
-
using CacheImpl<B>::PushArc;
using CacheImpl<B>::HasArcs;
using CacheImpl<B>::HasFinal;
@@ -535,7 +533,7 @@ class ArcUniqueMapper {
explicit ArcUniqueMapper(const Fst<A> &fst) : fst_(fst), i_(0) {}
// Allows updating Fst argument; pass only if changed.
- ArcUniqueMapper(const ArcSumMapper<A> &mapper,
+ ArcUniqueMapper(const ArcUniqueMapper<A> &mapper,
const Fst<A> *fst = 0)
: fst_(fst ? *fst : mapper.fst_), i_(0) {}