From 1484d74c1dfd24cfe5b6f13f76d58ff395e4d253 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 10 Jan 2023 16:00:36 +0100 Subject: Put ctor.h contents in ctor namespace. --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 0cb01ce..1b41823 100644 --- a/src/util.h +++ b/src/util.h @@ -10,7 +10,7 @@ std::string readFile(const std::string& fileName); std::vector readDeps(const std::string& depFile); -Language languageFromExtension(const std::filesystem::path& file); +ctor::Language languageFromExtension(const std::filesystem::path& file); std::string cleanUp(const std::string& path); template -- cgit v1.2.3