summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
Diffstat (limited to 'src/video')
-rw-r--r--src/video/null_v.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/null_v.cpp b/src/video/null_v.cpp
index f7f23c6d6..6b4aa1c66 100644
--- a/src/video/null_v.cpp
+++ b/src/video/null_v.cpp
@@ -14,6 +14,7 @@
#include "../blitter/factory.hpp"
#include "null_v.h"
+/** Factory for the null video driver. */
static FVideoDriver_Null iFVideoDriver_Null;
const char *VideoDriver_Null::Start(const char * const *parm)