summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-06-10 02:14:00 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-06-10 02:14:00 +0200
commitecb115ec57dcf948262731ff929101647a5f0741 (patch)
tree274b3685575b3eaa4f47ce124070a61c639396a6
parent6f77bda199e30cb9d5902e740aa830e02c99bce1 (diff)
Typo...
-rw-r--r--include/BLua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/BLua.h b/include/BLua.h
index a6ed935..f892e62 100644
--- a/include/BLua.h
+++ b/include/BLua.h
@@ -182,7 +182,7 @@ class Lua : public Base {
return r;
}
- lua_State * getstate() { return lua_State; }
+ lua_State * getstate() { return L; }
protected:
virtual Lua * spawn_from_thread(lua_State *);
Lua(lua_State *);