summaryrefslogtreecommitdiff
path: root/src/video/dedicated_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/dedicated_v.h')
-rw-r--r--src/video/dedicated_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/dedicated_v.h b/src/video/dedicated_v.h
index 24d647fef..0c1477d66 100644
--- a/src/video/dedicated_v.h
+++ b/src/video/dedicated_v.h
@@ -15,7 +15,7 @@
#include "video_driver.hpp"
/** The dedicated server video driver. */
-class VideoDriver_Dedicated: public VideoDriver {
+class VideoDriver_Dedicated : public VideoDriver {
public:
/* virtual */ const char *Start(const char * const *param);