summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/MacOS/TestAppMacOS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/MacOS/TestAppMacOS.cpp')
-rw-r--r--Tests/TestApp/src/MacOS/TestAppMacOS.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/TestApp/src/MacOS/TestAppMacOS.cpp b/Tests/TestApp/src/MacOS/TestAppMacOS.cpp
index e902dd8..3542251 100644
--- a/Tests/TestApp/src/MacOS/TestAppMacOS.cpp
+++ b/Tests/TestApp/src/MacOS/TestAppMacOS.cpp
@@ -24,7 +24,8 @@
#include <queue>
#include "TestApp.h"
-using namespace Diligent;
+namespace Diligent
+{
class TestAppMacOS final : public TestApp
{
@@ -46,3 +47,5 @@ NativeAppBase* CreateApplication()
{
return new TestAppMacOS;
}
+
+}