mixer
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vpatchgui.h
index ff6b98d35ace1476b96c74da74c4970b5a0d2c49..d071fb00d84fdb4983181040d55de96d237147df 100644 (file)
@@ -138,5 +138,11 @@ public:
        int handle_event();
 };
 
+class VMixPatch : public MixPatch
+{
+public:
+       VMixPatch(MWindow *mwindow, VPatchGUI *patch, int x, int y);
+       ~VMixPatch();
+};
 
 #endif