summaryrefslogtreecommitdiff
path: root/src/video/null_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/null_v.h')
-rw-r--r--src/video/null_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/null_v.h b/src/video/null_v.h
index d2e8b4b18..e32a88536 100644
--- a/src/video/null_v.h
+++ b/src/video/null_v.h
@@ -20,7 +20,7 @@ public:
/* virtual */ bool ChangeResolution(int w, int h);
- /* virtual */ void ToggleFullscreen(bool fullscreen);
+ /* virtual */ bool ToggleFullscreen(bool fullscreen);
};
class FVideoDriver_Null: public VideoDriverFactory<FVideoDriver_Null> {