diff options
-rw-r--r-- | graphics/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/screen.h b/graphics/screen.h index 29816120f1..b3bb2d3eb2 100644 --- a/graphics/screen.h +++ b/graphics/screen.h @@ -39,7 +39,7 @@ namespace Graphics { * calls, and provides an update that method that blits the affected * areas to the physical screen */ -class Screen : virtual public ManagedSurface { +class Screen : public ManagedSurface { private: /** * List of affected areas of the screen |