From efe55a71f80c9abdf9087620b6d195b85870e92c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 5 Jul 2019 10:18:00 +0200 Subject: compat: don't declare templated function static --- compat/process-list.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compat/process-list.hpp b/compat/process-list.hpp index 5e175210..d1f9999f 100644 --- a/compat/process-list.hpp +++ b/compat/process-list.hpp @@ -133,8 +133,9 @@ static QStringList get_all_executable_names() #include #include + template -static QStringList get_all_executable_names() +QStringList get_all_executable_names() { QStringList ret; proc_t** procs = readproctab(PROC_FILLCOM); -- cgit v1.2.3