summaryrefslogtreecommitdiff
path: root/gtk2_ardour/soundcloud_export_selector.h
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-29 22:17:39 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-06-12 23:20:06 +0100
commitd5cbb098da3c9b32a8a8fa97b4330b0278f6b244 (patch)
treece37a62521db8b3a7709cd8191bdd0e7c8a7d89a /gtk2_ardour/soundcloud_export_selector.h
parenta82aba85815fa79c474e349e77ec842f93868b2d (diff)
Add #include guards to soundcloud_export_selector.h
Diffstat (limited to 'gtk2_ardour/soundcloud_export_selector.h')
-rw-r--r--gtk2_ardour/soundcloud_export_selector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/soundcloud_export_selector.h b/gtk2_ardour/soundcloud_export_selector.h
index 0ee6fbeb01..fcfbdfe91b 100644
--- a/gtk2_ardour/soundcloud_export_selector.h
+++ b/gtk2_ardour/soundcloud_export_selector.h
@@ -3,6 +3,8 @@
Adapted for Ardour by Ben Loftis, March 2012
*****************************************************************************/
+#ifndef __soundcloud_export_selector_h__
+#define __soundcloud_export_selector_h__
#include <string>
#include <fstream>
@@ -41,3 +43,4 @@ class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandleP
};
+#endif // __soundcloud_export_selector_h__