summaryrefslogtreecommitdiff
path: root/ragel/cssplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'ragel/cssplit.h')
-rw-r--r--ragel/cssplit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ragel/cssplit.h b/ragel/cssplit.h
index 9ff2d8f7..111f072a 100644
--- a/ragel/cssplit.h
+++ b/ragel/cssplit.h
@@ -27,7 +27,8 @@
class CSharpSplitCodeGen : public CSharpIpGotoCodeGen
{
public:
- CSharpSplitCodeGen( ostream &out ) : CSharpFsmCodeGen(out), CSharpIpGotoCodeGen(out) {}
+ CSharpSplitCodeGen( const CodeGenArgs &args )
+ : CSharpFsmCodeGen(args), CSharpIpGotoCodeGen(args) {}
bool ptOutLabelUsed;