aboutsummaryrefslogtreecommitdiff
path: root/src/lindafactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lindafactory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lindafactory.hpp b/src/lindafactory.hpp
index 1512e9a..0921c8f 100644
--- a/src/lindafactory.hpp
+++ b/src/lindafactory.hpp
@@ -8,7 +8,7 @@ class LindaFactory
8: public DeepFactory 8: public DeepFactory
9{ 9{
10 public: 10 public:
11 // I'm not totally happy with having a 'global' variable. Maybe it should be dynamically created and stored somewhere in the universe? 11 // TODO: I'm not totally happy with having a 'global' variable. Maybe it should be dynamically created and stored somewhere in the universe?
12 static LindaFactory Instance; 12 static LindaFactory Instance;
13 13
14 LindaFactory(luaL_Reg const lindaMT_[]) 14 LindaFactory(luaL_Reg const lindaMT_[])