From 10dc0902c22ae931fe51c36ea8fc6d2453819477 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 17:55:39 +0100 Subject: Rename Language::Xyz to language::xyz --- 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 1b41823..d5fccc8 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); -ctor::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