diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index f5b8d334f1..c1dd846a52 100644 --- a/common/system.h +++ b/common/system.h @@ -415,7 +415,7 @@ public: * @param surf the surfce to store the data in it * @return true if all went well, false if an error occured */ - virtual bool grabRawScreen(Graphics::Surface *surf) { return false; } + virtual bool grabRawScreen(Graphics::Surface *surf) = 0; /** * Clear the screen to black. |