--- nono/vm/bitmap.h 2026/04/29 17:04:41 1.1.1.5 +++ nono/vm/bitmap.h 2026/04/29 17:04:44 1.1.1.6 @@ -20,7 +20,7 @@ class BitmapDevice static const uint32 fcset7end = 0xb1500000; public: BitmapDevice(); - ~BitmapDevice() override; + virtual ~BitmapDevice() override; void ResetHard() override; @@ -109,7 +109,6 @@ class BitmapDevice int screen_h {}; // 行数 int origin_x {}; // 原点 X [dot] int origin_y {}; // 原点 Y [dot] - }; extern std::unique_ptr gBitmap;