summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-01-11 17:55:39 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2023-01-11 17:55:39 +0100
commit10dc0902c22ae931fe51c36ea8fc6d2453819477 (patch)
tree0b66071313e48e61ad02e58010e3f3dfda8e4b34 /src/util.h
parent75d1fa7244b9c5cddae056a281f457dd1e81cfb2 (diff)
Rename Language::Xyz to language::xyz
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
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<std::string> 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<typename T>