summaryrefslogtreecommitdiff
path: root/src/video/null_v.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/null_v.cpp')
-rw-r--r--src/video/null_v.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/null_v.cpp b/src/video/null_v.cpp
index 6fdb87648..f2f7fc5ed 100644
--- a/src/video/null_v.cpp
+++ b/src/video/null_v.cpp
@@ -32,7 +32,7 @@ const char *VideoDriver_Null::Start(const char * const *parm)
/* Do not render, nor blit */
DEBUG(misc, 1, "Forcing blitter 'null'...");
- BlitterFactoryBase::SelectBlitter("null");
+ BlitterFactory::SelectBlitter("null");
return NULL;
}