summaryrefslogtreecommitdiffhomepage
path: root/src/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.cpp')
-rw-r--r--src/object.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/object.cpp b/src/object.cpp
index 7e686aa9..449a0fcb 100644
--- a/src/object.cpp
+++ b/src/object.cpp
@@ -21,6 +21,9 @@
namespace floormat {
+template class bptr<object>;
+template class bptr<const object>;
+
namespace {
// todo rewrite using bitwise ops. try this instead: x = 31; int((x+64+32)/64), (x + 64 + 32)%64 - 1