mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Add a header file guard (to prevent multiple #inclusion)
This commit is contained in:
parent
d614dc1e18
commit
d382925fba
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef __gtk_ardour_session_option_editor_h__
|
||||
#define __gtk_ardour_session_option_editor_h__
|
||||
|
||||
#include "option_editor.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
|
|
@ -39,3 +42,5 @@ private:
|
|||
|
||||
ComboOption<float>* _vpu;
|
||||
};
|
||||
|
||||
#endif /* __gtk_ardour_session_option_editor_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue