diff options
Diffstat (limited to 'Tests/TestApp/src/Linux/TestAppLinux.cpp')
| -rw-r--r-- | Tests/TestApp/src/Linux/TestAppLinux.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/TestApp/src/Linux/TestAppLinux.cpp b/Tests/TestApp/src/Linux/TestAppLinux.cpp index 1d16980..335ba35 100644 --- a/Tests/TestApp/src/Linux/TestAppLinux.cpp +++ b/Tests/TestApp/src/Linux/TestAppLinux.cpp @@ -21,13 +21,13 @@ * of the possibility of such damages. */ -#include "SampleApp.h" +#include "TestApp.h" using namespace Diligent; class TestAppLinux final : public TestApp { public: - SampleAppLinux() + TestAppLinux() { m_DeviceType = DeviceType::OpenGL; } |
