diff options
Diffstat (limited to 'decoder/grammar.h')
-rw-r--r-- | decoder/grammar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/grammar.h b/decoder/grammar.h index add1a235..37c7276d 100644 --- a/decoder/grammar.h +++ b/decoder/grammar.h @@ -61,7 +61,7 @@ struct Grammar { typedef boost::shared_ptr<Grammar> GrammarPtr; -class TGImpl; +struct TGImpl; struct TextGrammar : public Grammar { TextGrammar(); explicit TextGrammar(const std::string& file); |