std:: prefixes for AudioBufferSource/AudioDeviceInfo

This commit is contained in:
FeRD (Frank Dana)
2019-08-04 22:34:56 -04:00
parent b6b832fb81
commit cb567e44d0
2 changed files with 3 additions and 5 deletions

View File

@@ -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
{

View File

@@ -39,8 +39,8 @@
*/
struct AudioDeviceInfo
{
string name;
string type;
std::string name;
std::string type;
};
#endif
#endif