summaryrefslogtreecommitdiff
path: root/src/fsmcodegen.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2016-12-19 09:47:46 -0500
committerAdrian Thurston <thurston@colm.net>2016-12-19 09:47:46 -0500
commit3bd276de42e62ab3eec53bc85b1ba54155ae02a1 (patch)
treef1cdd83483d8c8ed46c918e6e3455fa541ba376f /src/fsmcodegen.h
parente5d25b86a4e0dd1a891dc393f9a448ec3d431707 (diff)
downloadcolm-3bd276de42e62ab3eec53bc85b1ba54155ae02a1.tar.gz
fixed class vs struct inconsistency for FsmCodeGen
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 );