summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/libtest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/libtest.cxx b/smoketest/libtest.cxx
index 6a8554eea66e..244d32a3d335 100644
--- a/smoketest/libtest.cxx
+++ b/smoketest/libtest.cxx
@@ -19,12 +19,12 @@
#ifdef _WIN32
//#include <Windows.h> // come from LibreOfficeKitInit.h
- long getTimeMS()
+ static long getTimeMS()
{
return GetTickCount();
}
- bool IsAbsolutePath(char const *pPath)
+ static bool IsAbsolutePath(char const *pPath)
{
if (pPath[1] != ':')
{