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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/null_v.h b/src/video/null_v.h
index 3a8eb7298..f9329d2d6 100644
--- a/src/video/null_v.h
+++ b/src/video/null_v.h
@@ -30,6 +30,7 @@ public:
/* virtual */ bool ChangeResolution(int w, int h);
/* virtual */ bool ToggleFullscreen(bool fullscreen);
+ /* virtual */ const char *GetName() const { return "null"; }
};
class FVideoDriver_Null: public VideoDriverFactory<FVideoDriver_Null> {