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/IOS/TestAppIOS.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Tests/TestApp/src/IOS/TestAppIOS.cpp') diff --git a/Tests/TestApp/src/IOS/TestAppIOS.cpp b/Tests/TestApp/src/IOS/TestAppIOS.cpp index d71ca5a..70bb6de 100644 --- a/Tests/TestApp/src/IOS/TestAppIOS.cpp +++ b/Tests/TestApp/src/IOS/TestAppIOS.cpp @@ -24,7 +24,8 @@ #include #include "TestApp.h" -using namespace Diligent; +namespace Diligent +{ class TestAppIOS final : public TestApp { @@ -47,3 +48,5 @@ NativeAppBase* CreateApplication() { return new TestAppIOS; } + +} -- cgit v1.2.3