aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tree.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2008-07-29 00:23:58 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2008-07-29 00:23:58 +0000
commit9bf9f8615f7d0a3268945428b278f9fe8d531f17 (patch)
treef5d326c4a0869b6045b5523cbaa7caf6cdbb8e83 /epan/wslua/wslua_tree.c
parent526725485e34a3498e5f528f79e2356b1945380f (diff)
Try to get the docbook buildbot runnig.
Do not generate doc items for wslua garbage collectors (they are transparet) svn path=/trunk/; revision=25857
Diffstat (limited to 'epan/wslua/wslua_tree.c')
-rw-r--r--epan/wslua/wslua_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/wslua_tree.c b/epan/wslua/wslua_tree.c
index edfde1e9b7..05b26c94ec 100644
--- a/epan/wslua/wslua_tree.c
+++ b/epan/wslua/wslua_tree.c
@@ -311,7 +311,7 @@ WSLUA_METHOD TreeItem_set_hidden(lua_State *L) {
return 0;
}
-WSLUA_METAMETHOD TreeItem_gc(lua_State* L) {
+static int TreeItem_gc(lua_State* L) {
TreeItem ti = checkTreeItem(L,1);
if (!ti) return 0;