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