diff options
Diffstat (limited to 'lib/LuaRegex.cc')
-rw-r--r-- | lib/LuaRegex.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/LuaRegex.cc b/lib/LuaRegex.cc index a3cf265..e4c5148 100644 --- a/lib/LuaRegex.cc +++ b/lib/LuaRegex.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: LuaRegex.cc,v 1.1 2005-03-31 16:23:05 pixel Exp $ */ +/* $Id: LuaRegex.cc,v 1.2 2007-05-30 06:28:53 pixel Exp $ */ #include "LuaRegex.h" @@ -52,7 +52,7 @@ class sLua_Regex : public Base { }; void LuaRegex::pushmembers(Lua * L) { - pushme(L, r); + pushme(L, r, true, "Regex"); PUSH_METHOD(Regex, REGEX_MATCH); } |