aboutsummaryrefslogtreecommitdiff
path: root/graphics/screen.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-26 23:09:07 -0400
committerPaul Gilbert2016-05-26 23:09:07 -0400
commitbb0629dfc7c2cf1cec49fd3a6cce68b7f613adf0 (patch)
treeabb73bb92a89253ee7d62b88e947b18a93583b9f /graphics/screen.h
parent559b9744bfc6e7c84f75641bafc531f9ab30cdc8 (diff)
downloadscummvm-rg350-bb0629dfc7c2cf1cec49fd3a6cce68b7f613adf0.tar.gz
scummvm-rg350-bb0629dfc7c2cf1cec49fd3a6cce68b7f613adf0.tar.bz2
scummvm-rg350-bb0629dfc7c2cf1cec49fd3a6cce68b7f613adf0.zip
GRAPHICS: Remove virtual inheritance from Graphics::Screen
Diffstat (limited to 'graphics/screen.h')
-rw-r--r--graphics/screen.h2
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