Tweak Lua GC
[ardour.git] / libs / lua / lua / luastate.h
index cdc7f2b2bfeae818daf6862762f7a48a8bff08e3..1b55a1e706d095953b83578ab47b71b3f3e47721 100644 (file)
@@ -34,7 +34,7 @@ public:
        int do_command (std::string);
        int do_file (std::string);
        void collect_garbage ();
-       void collect_garbage_step ();
+       void collect_garbage_step (int debt = 0);
        void tweak_rt_gc ();
        void sandbox (bool rt_safe = false);