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