diff options
author | user <user@localhost.localdomain> | 2019-12-09 07:51:46 -0800 |
---|---|---|
committer | user <user@localhost.localdomain> | 2019-12-09 07:51:46 -0800 |
commit | 0e40f5829a880ba63a3a8603e4babf2c2f7659e5 (patch) | |
tree | a956a7393d66e1bd9e1547737b89b3bd701113ec /starts/meaning-vm/level-2/funcs.hpp | |
parent | 12793ac154b8c9b2e9bb8869cb72bbc1a438dc3d (diff) | |
download | standingwithresilience-0e40f5829a880ba63a3a8603e4babf2c2f7659e5.tar.gz standingwithresilience-0e40f5829a880ba63a3a8603e4babf2c2f7659e5.zip |
compilation fixes for clang
Diffstat (limited to 'starts/meaning-vm/level-2/funcs.hpp')
-rw-r--r-- | starts/meaning-vm/level-2/funcs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starts/meaning-vm/level-2/funcs.hpp b/starts/meaning-vm/level-2/funcs.hpp index f32679c..2a92bfd 100644 --- a/starts/meaning-vm/level-2/funcs.hpp +++ b/starts/meaning-vm/level-2/funcs.hpp @@ -8,7 +8,7 @@ namespace intellect { namespace level2 { -ref context(); +ref & context(); ref makehabit(ref name, std::initializer_list<ref> argnames, std::function<void(ref)> code); ref dohabit(ref habit, std::initializer_list<ref> args); |