Add missing header guards
This commit is contained in:
parent
bc1d19ab39
commit
4cbf642bfd
@ -16,6 +16,9 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _gtkardour_export_report_h_
|
||||||
|
#define _gtkardour_export_report_h_
|
||||||
|
|
||||||
#include <cairo/cairo.h>
|
#include <cairo/cairo.h>
|
||||||
#include <gtkmm/notebook.h>
|
#include <gtkmm/notebook.h>
|
||||||
#include <gtkmm/togglebutton.h>
|
#include <gtkmm/togglebutton.h>
|
||||||
@ -227,3 +230,5 @@ private:
|
|||||||
int _audition_num;
|
int _audition_num;
|
||||||
int _page_num;
|
int _page_num;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
@ -16,6 +16,9 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _gtkardour_loudness_dialog_h_
|
||||||
|
#define _gtkardour_loudness_dialog_h_
|
||||||
|
|
||||||
#include <gtkmm/box.h>
|
#include <gtkmm/box.h>
|
||||||
#include <gtkmm/expander.h>
|
#include <gtkmm/expander.h>
|
||||||
#include <gtkmm/label.h>
|
#include <gtkmm/label.h>
|
||||||
@ -144,3 +147,5 @@ private:
|
|||||||
bool _ignore_preset;
|
bool _ignore_preset;
|
||||||
bool _ignore_change;
|
bool _ignore_change;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user