mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Add missing files from previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@8098 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a8fbb47e0a
commit
b0d559b031
4 changed files with 156 additions and 0 deletions
17
gtk2_ardour/missing_plugin_dialog.h
Executable file
17
gtk2_ardour/missing_plugin_dialog.h
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
#ifndef __gtk_ardour_missing_plugin_dialog_h__
|
||||
#define __gtk_ardour_missing_plugin_dialog_h__
|
||||
|
||||
#include <string>
|
||||
#include "ardour_dialog.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class Session;
|
||||
}
|
||||
|
||||
class MissingPluginDialog : public ArdourDialog
|
||||
{
|
||||
public:
|
||||
MissingPluginDialog (ARDOUR::Session *, std::list<std::string> const &);
|
||||
};
|
||||
|
||||
#endif /* __gtk_ardour_missing_plugin_dialog_h__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue