diff options
-rw-r--r-- | compat/process-list.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <proc/readproc.h> #include <cerrno> + template<typename = void> -static QStringList get_all_executable_names() +QStringList get_all_executable_names() { QStringList ret; proc_t** procs = readproctab(PROC_FILLCOM); |