summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/meaning-vm/level1.cpp')
-rw-r--r--starts/meaning-vm/level1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/starts/meaning-vm/level1.cpp b/starts/meaning-vm/level1.cpp
index 2e7833c..1002c7b 100644
--- a/starts/meaning-vm/level1.cpp
+++ b/starts/meaning-vm/level1.cpp
@@ -3,7 +3,7 @@
#include <iostream>
using namespace intellect::level1;
-using namespace concepts;
+using namespace intellect::level1::concepts;
int main()
{
@@ -20,7 +20,7 @@ int main()
ref ret = a(structure);
ret.link(is, function-argument);
- ret.set(argument-position, vref<int>(1)),
+ ret.set(argument-position, ref(1)),
ret.set(a(variable, A), provide);
ret.set(a(variable, B), provide);
ret.set(a(variable, C), provide);