summaryrefslogtreecommitdiff
path: root/ragel/csftable.h
diff options
context:
space:
mode:
Diffstat (limited to 'ragel/csftable.h')
-rw-r--r--ragel/csftable.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ragel/csftable.h b/ragel/csftable.h
index 612ec32f..b1f694ee 100644
--- a/ragel/csftable.h
+++ b/ragel/csftable.h
@@ -37,7 +37,9 @@ struct CodeGenData;
class CSharpFTabCodeGen : public CSharpTabCodeGen
{
public:
- CSharpFTabCodeGen( ostream &out ) : CSharpFsmCodeGen(out), CSharpTabCodeGen(out) {}
+ CSharpFTabCodeGen( const CodeGenArgs &args )
+ : CSharpFsmCodeGen(args), CSharpTabCodeGen(args) {}
+
private:
std::ostream &TO_STATE_ACTION_SWITCH();
std::ostream &FROM_STATE_ACTION_SWITCH();