Changes to the inharitance of some classes
This commit is contained in:
@@ -22,7 +22,7 @@ namespace openVulkanoCpp
|
||||
/**
|
||||
* \brief A simple GraphicsAppManager. It can only handle one window.
|
||||
*/
|
||||
class GraphicsAppManager final : virtual public IGraphicsAppManager, virtual public IWindowHandler
|
||||
class GraphicsAppManager final : public IGraphicsAppManager, public IWindowHandler
|
||||
{
|
||||
private:
|
||||
std::unique_ptr<IPlatform> platform;
|
||||
|
||||
Reference in New Issue
Block a user