diff options
Diffstat (limited to 'cppu/source/uno/EnvStack.cxx')
-rw-r--r-- | cppu/source/uno/EnvStack.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/EnvStack.cxx b/cppu/source/uno/EnvStack.cxx index 1bb726685348..5fefaa85640a 100644 --- a/cppu/source/uno/EnvStack.cxx +++ b/cppu/source/uno/EnvStack.cxx @@ -86,7 +86,7 @@ static void s_setCurrent(uno_Environment * pEnv) } } -static uno_Environment * s_getCurrent(void) +static uno_Environment * s_getCurrent() { uno_Environment * pEnv = NULL; |