Fix LV2UI_Request_Parameter Feature URI
[ardour.git] / gtk2_ardour / sfdb_freesound_mootcher.h
index 4095cc99270d8da7a7fa327536661ff362f93f88..c9a27c7c1c39ae9de91cd0ba123af2f05957fefe 100644 (file)
@@ -31,6 +31,9 @@
 
 *****************************************************************************/
 
+#ifndef __gtk_ardour_sfdb_freesound_mootcher_h__
+#define __gtk_ardour_sfdb_freesound_mootcher_h__
+
 #include <string>
 #include <stdio.h>
 #include <cstring>
@@ -45,7 +48,7 @@
 #include "curl/curl.h"
 
 //--- struct to store XML file
-struct MemoryStruct {
+struct SfdbMemoryStruct {
        char *memory;
        size_t size;
 };
@@ -120,3 +123,4 @@ private:
        std::string xmlLocation;
 };
 
+#endif // __gtk_ardour_sfdb_freesound_mootcher_h__