mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add #include guards to soundcloud_export_selector.h
This commit is contained in:
parent
a82aba8581
commit
d5cbb098da
1 changed files with 3 additions and 0 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue