summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/Win32/TestAppWin32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/Win32/TestAppWin32.cpp')
-rw-r--r--Tests/TestApp/src/Win32/TestAppWin32.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/TestApp/src/Win32/TestAppWin32.cpp b/Tests/TestApp/src/Win32/TestAppWin32.cpp
index 969bfb1..40ed6ed 100644
--- a/Tests/TestApp/src/Win32/TestAppWin32.cpp
+++ b/Tests/TestApp/src/Win32/TestAppWin32.cpp
@@ -23,6 +23,9 @@
#include "TestApp.h"
+namespace Diligent
+{
+
class TestAppWin32 final : public TestApp
{
public:
@@ -37,3 +40,5 @@ NativeAppBase* CreateApplication()
{
return new TestAppWin32;
}
+
+}