blob: 5e4e94d8639cc2e0d587d3a87ce4b637af4a9b63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-src_include_fst_difference.h,v 1.1 2012/07/03 17:42:05 joerg Exp $
--- src/include/fst/difference.h.orig 2012-07-03 09:58:16.000000000 +0000
+++ src/include/fst/difference.h
@@ -95,7 +95,7 @@ class DifferenceFst : public ComposeFst<
copts.matcher2 = new R(cfst, MATCH_INPUT, ComplementFst<A>::kRhoLabel,
opts.matcher2);
- SetImpl(Init(fst1, cfst, copts));
+ this->SetImpl(this->Init(fst1, cfst, copts));
uint64 props1 = fst1.Properties(kFstProperties, false);
uint64 props2 = fst2.Properties(kFstProperties, false);
|