summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-07-07 21:14:36 +0000
committerpeter1138 <peter1138@openttd.org>2007-07-07 21:14:36 +0000
commit00c6a8f0765638fc0eaef666c070c00607dcdee3 (patch)
tree6b73dce2c9cc65291a1bd6e2698fe53f1c2c98af /src/video
parent2723db28844be0c3413e6e02aa11f0ecc9144ab0 (diff)
downloadopenttd-00c6a8f0765638fc0eaef666c070c00607dcdee3.tar.xz
(svn r10472) -Fix (r10741): typos prevented compilation
Diffstat (limited to 'src/video')
-rw-r--r--src/video/win32_v.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/win32_v.h b/src/video/win32_v.h
index 1f412ecb0..11ee523ef 100644
--- a/src/video/win32_v.h
+++ b/src/video/win32_v.h
@@ -22,6 +22,7 @@ public:
class FVideoDriver_Win32: public VideoDriverFactory<FVideoDriver_Win32> {
public:
+ static const int priority = 10;
/* virtual */ const char *GetName() { return "win32"; }
/* virtual */ const char *GetDescription() { return "Win32 GDI Video Driver"; }
/* virtual */ Driver *CreateInstance() { return new VideoDriver_Win32(); }