diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 17:55:39 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 17:55:39 +0100 |
commit | 10dc0902c22ae931fe51c36ea8fc6d2453819477 (patch) | |
tree | 0b66071313e48e61ad02e58010e3f3dfda8e4b34 /src/util.h | |
parent | 75d1fa7244b9c5cddae056a281f457dd1e81cfb2 (diff) |
Rename Language::Xyz to language::xyz
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |