move using namespace below includes
fixes ambiguity between <wchar.h> and <cwchar>
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <sstream>
|
||||
using namespace std;
|
||||
|
||||
#include <util/bmem.h>
|
||||
#include <util/platform.h>
|
||||
@@ -25,6 +24,7 @@ using namespace std;
|
||||
#include "window-obs-basic.hpp"
|
||||
#include "obs-wrappers.hpp"
|
||||
#include "wx-wrappers.hpp"
|
||||
using namespace std;
|
||||
|
||||
IMPLEMENT_APP(OBSApp);
|
||||
|
||||
|
Reference in New Issue
Block a user