From 06f16479ae1b727252404b763b60c924e3fe7903 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 3 Nov 2025 20:04:52 +0800 Subject: Remove Object2. --- demos/platform/graphics/Base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') 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 #include -class CruPlatformGraphicsDemo : public cru::Object2 { +class CruPlatformGraphicsDemo : public cru::Object { public: CruPlatformGraphicsDemo(std::string file_name, int width, int height); ~CruPlatformGraphicsDemo() override; -- cgit v1.2.3