summaryrefslogtreecommitdiff
path: root/decoder/ff_source_syntax2_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/ff_source_syntax2_p.h')
-rw-r--r--decoder/ff_source_syntax2_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/decoder/ff_source_syntax2_p.h b/decoder/ff_source_syntax2_p.h
index b6b7dc3d..d56ecab0 100644
--- a/decoder/ff_source_syntax2_p.h
+++ b/decoder/ff_source_syntax2_p.h
@@ -4,12 +4,12 @@
#include "ff.h"
#include "hg.h"
-struct SourceSyntaxFeatures2Impl;
+struct PSourceSyntaxFeatures2Impl;
-class SourceSyntaxFeatures2 : public FeatureFunction {
+class PSourceSyntaxFeatures2 : public FeatureFunction {
public:
- SourceSyntaxFeatures2(const std::string& param);
- ~SourceSyntaxFeatures2();
+ PSourceSyntaxFeatures2(const std::string& param);
+ ~PSourceSyntaxFeatures2();
protected:
virtual void TraversalFeaturesImpl(const SentenceMetadata& smeta,
const Hypergraph::Edge& edge,
@@ -19,7 +19,7 @@ class SourceSyntaxFeatures2 : public FeatureFunction {
void* context) const;
virtual void PrepareForInput(const SentenceMetadata& smeta);
private:
- SourceSyntaxFeatures2Impl* impl;
+ PSourceSyntaxFeatures2Impl* impl;
};
#endif