diff options
Diffstat (limited to 'src/video/dedicated_v.h')
-rw-r--r-- | src/video/dedicated_v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/dedicated_v.h b/src/video/dedicated_v.h index a2de1c275..0ade00f92 100644 --- a/src/video/dedicated_v.h +++ b/src/video/dedicated_v.h @@ -17,7 +17,7 @@ public: /* virtual */ bool ChangeResolution(int w, int h); - /* virtual */ void ToggleFullscreen(bool fullscreen); + /* virtual */ bool ToggleFullscreen(bool fullscreen); }; class FVideoDriver_Dedicated: public VideoDriverFactory<FVideoDriver_Dedicated> { |