Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / soundcloud_export_selector.h
index 0ee6fbeb018b5f65806488678a2f0884ded4e73d..fcfbdfe91bbd1dc558e61ede77de973c7241932b 100644 (file)
@@ -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__