summaryrefslogtreecommitdiff
path: root/w32dm2.cpp
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-23 16:33:09 +0000
committertron <tron@openttd.org>2005-01-23 16:33:09 +0000
commit88c10e02ff79e81804e007708668737909416d8b (patch)
treeb8aabac47320eb6fbb37a90343cedb88f99f549f /w32dm2.cpp
parent1a92141896c2c7ad011b045c7d010b9b179939ad (diff)
downloadopenttd-88c10e02ff79e81804e007708668737909416d8b.tar.xz
(svn r1618) () -> (void)
Diffstat (limited to 'w32dm2.cpp')
-rw-r--r--w32dm2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/w32dm2.cpp b/w32dm2.cpp
index ac42fd5a6..b96dc9478 100644
--- a/w32dm2.cpp
+++ b/w32dm2.cpp
@@ -93,7 +93,7 @@ static const char ole_files[] =
static ProcPtrs _proc;
-static bool LoadOleDLL()
+static bool LoadOleDLL(void)
{
if (_proc.CoCreateInstance != NULL)
return true;