diff options
Diffstat (limited to 'server/src/macrotool_util.cc')
-rw-r--r-- | server/src/macrotool_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macrotool_util.cc b/server/src/macrotool_util.cc index fa066aa..d6446f7 100644 --- a/server/src/macrotool_util.cc +++ b/server/src/macrotool_util.cc @@ -34,7 +34,7 @@ #include "configuration.h" -std::vector<std::string> listdir(std::string path) +static std::vector<std::string> listdir(std::string path) { std::vector<std::string> files; |