summaryrefslogtreecommitdiff
path: root/src/mem/slicc/symbols/Var.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/slicc/symbols/Var.hh')
-rw-r--r--src/mem/slicc/symbols/Var.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/slicc/symbols/Var.hh b/src/mem/slicc/symbols/Var.hh
index 58e9f28e4..4cb504296 100644
--- a/src/mem/slicc/symbols/Var.hh
+++ b/src/mem/slicc/symbols/Var.hh
@@ -61,7 +61,7 @@ public:
// Public Methods
string cIdent() const { return m_c_id; }
- void writeCFiles(string path) const {}
+ void writeCFiles(string path) {}
string getCode() const { return m_code; }
Type* getType() const { return m_type_ptr; }
StateMachine* getMachine() const { return m_machine_ptr; }