summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-25 15:48:14 +0200
committerRobin Gareus <robin@gareus.org>2017-04-25 15:48:14 +0200
commit441cc5b485a36bb65eee6a79392775ffe2cf6912 (patch)
tree0f9fd01f7d50192000b0e0ed8ddd98544e3a8f4b
parent7d0193606ced5e359fa540a971f7089e50441afb (diff)
Add missing Lua ClassKeys (windows build)
-rw-r--r--libs/ardour/luabindings.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc
index 6d29e1932a..c95c0a5f2f 100644
--- a/libs/ardour/luabindings.cc
+++ b/libs/ardour/luabindings.cc
@@ -260,6 +260,12 @@ namespace LuaCairo {
class ImageSurface;
class PangoLayout;
}
+
+namespace LuaDialog {
+ class Message;
+ class Dialog;
+}
+
namespace Cairo {
class Context;
}
@@ -268,6 +274,9 @@ CLASSKEYS(Cairo::Context);
CLASSKEYS(LuaCairo::ImageSurface);
CLASSKEYS(LuaCairo::PangoLayout);
+CLASSKEYS(LuaDialog::Message);
+CLASSKEYS(LuaDialog::Dialog);
+
#endif // end windows special case
/* Some notes on Lua bindings for libardour and friends