aboutsummaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/platform/graphics/Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/platform/graphics/Base.h b/demos/platform/graphics/Base.h
index 6f4f4929..f3f2bb72 100644
--- a/demos/platform/graphics/Base.h
+++ b/demos/platform/graphics/Base.h
@@ -8,7 +8,7 @@
#include <memory>
#include <string>
-class CruPlatformGraphicsDemo : public cru::Object2 {
+class CruPlatformGraphicsDemo : public cru::Object {
public:
CruPlatformGraphicsDemo(std::string file_name, int width, int height);
~CruPlatformGraphicsDemo() override;