Renamed base class used in tutorials.

This commit is contained in:
Pawel Lapinski
2018-02-26 22:48:01 +01:00
parent 906cd3fb8d
commit 2592271bfa
5 changed files with 25 additions and 25 deletions

View File

@@ -46,7 +46,7 @@ namespace ApiWithoutSecrets {
// //
// Class for presenting Vulkan usage topics //
// ************************************************************ //
class Tutorial01 : public OS::TutorialBase {
class Tutorial01 : public OS::ProjectBase {
public:
Tutorial01();
~Tutorial01();