aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/win32ole_variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/win32ole_variable.h')
-rw-r--r--ext/win32ole/win32ole_variable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/win32ole_variable.h b/ext/win32ole/win32ole_variable.h
index dbb27acf9b..704dc13508 100644
--- a/ext/win32ole/win32ole_variable.h
+++ b/ext/win32ole/win32ole_variable.h
@@ -3,6 +3,6 @@
VALUE cWIN32OLE_VARIABLE;
VALUE create_win32ole_variable(ITypeInfo *pTypeInfo, UINT index, VALUE name);
-void Init_win32ole_variable();
+void Init_win32ole_variable(void);
#endif