mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix compilation with --luadoc
This commit is contained in:
parent
ddb9484994
commit
705321b015
1 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ namespace luabridge {
|
|||
class LuaRef;
|
||||
}
|
||||
|
||||
namespace Gtk {
|
||||
class Window;
|
||||
}
|
||||
|
||||
typedef std::bitset<LuaSignal::LAST_SIGNAL> ActionHook;
|
||||
|
||||
class LuaCallback : public ARDOUR::SessionHandlePtr, public sigc::trackable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue