mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
add header guards for good measure
This commit is contained in:
parent
38c15c0714
commit
199071555e
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _gtk2_ardour_lua_script_manager_h_
|
||||
#define _gtk2_ardour_lua_script_manager_h_
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include "ardour/luascripting.h"
|
||||
|
||||
|
|
@ -100,3 +103,5 @@ private:
|
|||
Gtk::Button _c_add_button;
|
||||
Gtk::Button _c_del_button;
|
||||
};
|
||||
|
||||
#endif /* _gtk2_ardour_lua_script_manager_h_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue