You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
std:: prefixes for AudioBufferSource/AudioDeviceInfo
This commit is contained in:
@@ -42,8 +42,6 @@
|
||||
#include <iomanip>
|
||||
#include "JuceHeader.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
/// This namespace is the default namespace for all code in the openshot library
|
||||
namespace openshot
|
||||
{
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
*/
|
||||
struct AudioDeviceInfo
|
||||
{
|
||||
string name;
|
||||
string type;
|
||||
std::string name;
|
||||
std::string type;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user