rather hacky fix for the change of the SyncSource > JACK enum to SyncSource > Engine
[ardour.git] / libs / ardour / ardour / import_status.h
index 9beb70f2f037a9c717bdb63e1329b0747b7f3d69..c261b7a960ca52ffa4aa70765df649b2c08b8b28 100644 (file)
 
 #include <stdint.h>
 
+#include "ardour/interthread_info.h"
 #include "ardour/types.h"
 
 namespace ARDOUR {
 
-struct ImportStatus : public InterThreadInfo {
+class ImportStatus : public InterThreadInfo {
+public:
        std::string doing_what;
 
        /* control info */