aboutsummaryrefslogtreecommitdiffstats
path: root/liblll/CompilerState.h
diff options
context:
space:
mode:
Diffstat (limited to 'liblll/CompilerState.h')
-rw-r--r--liblll/CompilerState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblll/CompilerState.h b/liblll/CompilerState.h
index c29d3b7d..96a0246d 100644
--- a/liblll/CompilerState.h
+++ b/liblll/CompilerState.h
@@ -40,7 +40,7 @@ struct CompilerState
{
CompilerState();
- CodeFragment const& getDef(std::string const& _s);
+ CodeFragment const& getDef(std::string const& _s) const;
void populateStandard();
unsigned stackSize = 128;