The rest of the direct-to-backend code. Not tested yet.
[external/ragel.git] / redfsm / gendata.cpp
index f1f8bec..b544a60 100644 (file)
@@ -78,7 +78,7 @@ void CodeGenData::initActionList( unsigned long length )
                actionList.append( allActions+a );
 }
 
-void CodeGenData::newAction( int anum, char *name, int line, 
+void CodeGenData::newAction( int anum, const char *name, int line, 
                int col, GenInlineList *inlineList )
 {
        allActions[anum].actionId = anum;