13
0

Add a header file guard (to prevent multiple #inclusion)

This commit is contained in:
John Emmas 2013-09-26 15:17:40 +01:00
parent d614dc1e18
commit d382925fba

View File

@ -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__ */