summaryrefslogtreecommitdiff
path: root/src/fsmcodegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fsmcodegen.h')
-rw-r--r--src/fsmcodegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsmcodegen.h b/src/fsmcodegen.h
index 6062ff0e..78c720b7 100644
--- a/src/fsmcodegen.h
+++ b/src/fsmcodegen.h
@@ -71,7 +71,7 @@ inline string itoa( int i )
/*
* class FsmCodeGen
*/
-class FsmCodeGen
+struct FsmCodeGen
{
public:
FsmCodeGen( ostream &out, RedFsm *redFsm, fsm_tables *fsmTables );