mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add missing header include guards in various gtk2_ardour headers
This commit is contained in:
parent
d4a64299c5
commit
7d31ec02b3
13 changed files with 62 additions and 2 deletions
|
|
@ -17,6 +17,9 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef __gtk_ardour_mono_panner_editor_h__
|
||||
#define __gtk_ardour_mono_panner_editor_h__
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include "panner_editor.h"
|
||||
|
||||
|
|
@ -41,3 +44,5 @@ private:
|
|||
|
||||
PBD::ScopedConnectionList _connections;
|
||||
};
|
||||
|
||||
#endif // __gtk_ardour_mono_panner_editor_h__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue