From 474c66c48dfeaa19f81789345b08d1267364b221 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 16 Feb 2018 20:13:18 -0800 Subject: Enabled TestApp on iOS --- Tests/TestApp/src/IOS/TestAppIOS.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tests/TestApp/src/IOS/TestAppIOS.cpp') 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 -#include "SampleApp.h" +#include "TestApp.h" using namespace Diligent; -class TestAppIOS final : public SampleApp +class TestAppIOS final : public TestApp { public: TestAppIOS() -- cgit v1.2.3