diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-02-17 04:13:18 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-02-17 04:13:18 +0000 |
| commit | 474c66c48dfeaa19f81789345b08d1267364b221 (patch) | |
| tree | 65db00069aa643caf9c5de68a4e874a9ffb410ff /Tests/TestApp/src/IOS/TestAppIOS.cpp | |
| parent | Enabled test app in MacOS (diff) | |
| download | DiligentEngine-474c66c48dfeaa19f81789345b08d1267364b221.tar.gz DiligentEngine-474c66c48dfeaa19f81789345b08d1267364b221.zip | |
Enabled TestApp on iOS
Diffstat (limited to 'Tests/TestApp/src/IOS/TestAppIOS.cpp')
| -rw-r--r-- | Tests/TestApp/src/IOS/TestAppIOS.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/TestApp/src/IOS/TestAppIOS.cpp b/Tests/TestApp/src/IOS/TestAppIOS.cpp index 86edd5d..d71ca5a 100644 --- a/Tests/TestApp/src/IOS/TestAppIOS.cpp +++ b/Tests/TestApp/src/IOS/TestAppIOS.cpp @@ -22,11 +22,11 @@ */ #include <queue> -#include "SampleApp.h" +#include "TestApp.h" using namespace Diligent; -class TestAppIOS final : public SampleApp +class TestAppIOS final : public TestApp { public: TestAppIOS() |
