summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/Linux/TestAppLinux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/Linux/TestAppLinux.cpp')
-rw-r--r--Tests/TestApp/src/Linux/TestAppLinux.cpp6
1 files changed, 5 insertions, 1 deletions
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;
}
+
+}