Add #include guards to soundcloud_export_selector.h
This commit is contained in:
parent
a82aba8581
commit
d5cbb098da
@ -3,6 +3,8 @@
|
|||||||
Adapted for Ardour by Ben Loftis, March 2012
|
Adapted for Ardour by Ben Loftis, March 2012
|
||||||
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
#ifndef __soundcloud_export_selector_h__
|
||||||
|
#define __soundcloud_export_selector_h__
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
@ -41,3 +43,4 @@ class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandleP
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // __soundcloud_export_selector_h__
|
||||||
|
Loading…
Reference in New Issue
Block a user