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/Linux/TestAppLinux.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Tests/TestApp/src/Linux/TestAppLinux.cpp') diff --git a/Tests/TestApp/src/Linux/TestAppLinux.cpp b/Tests/TestApp/src/Linux/TestAppLinux.cpp index 1393714..9ce02b9 100644 --- a/Tests/TestApp/src/Linux/TestAppLinux.cpp +++ b/Tests/TestApp/src/Linux/TestAppLinux.cpp @@ -22,7 +22,9 @@ */ #include "TestApp.h" -using namespace Diligent; + +namespace Diligent +{ class TestAppLinux final : public TestApp { @@ -57,3 +59,5 @@ NativeAppBase* CreateApplication() { return new TestAppLinux; } + +} -- cgit v1.2.3