From e33d94fecd272db4bf542541c069e9e2c168c1d5 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 15 Feb 2019 22:48:41 -0800 Subject: Moved NativeApp to Diligent namespace --- Tests/TestApp/src/MacOS/TestAppMacOS.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Tests/TestApp/src/MacOS/TestAppMacOS.cpp') 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 #include "TestApp.h" -using namespace Diligent; +namespace Diligent +{ class TestAppMacOS final : public TestApp { @@ -46,3 +47,5 @@ NativeAppBase* CreateApplication() { return new TestAppMacOS; } + +} -- cgit v1.2.3