diff --git a/include/AudioDeviceInfo.h b/include/AudioDeviceInfo.h index bbdbd81b..454bf923 100644 --- a/include/AudioDeviceInfo.h +++ b/include/AudioDeviceInfo.h @@ -37,10 +37,11 @@ * * The type and name of the audio device. */ -struct AudioDeviceInfo -{ - std::string name; - std::string type; -}; - +namespace openshot { + struct AudioDeviceInfo + { + std::string name; + std::string type; + }; +} #endif