diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:09:51 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:09:51 +0100 |
commit | 3cf9c3c9d076d5822595834bdbf5153d4e923c67 (patch) | |
tree | 13ff16c05ff047a569b90e8981bdc349fd573c6e /src/lindafactory.cpp | |
parent | df60f71fe943686deed8ca0f85c6d597570ab030 (diff) | |
download | lanes-3cf9c3c9d076d5822595834bdbf5153d4e923c67.tar.gz lanes-3cf9c3c9d076d5822595834bdbf5153d4e923c67.tar.bz2 lanes-3cf9c3c9d076d5822595834bdbf5153d4e923c67.zip |
Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading.hpp
Diffstat (limited to 'src/lindafactory.cpp')
-rw-r--r-- | src/lindafactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lindafactory.cpp b/src/lindafactory.cpp index 1233edf..ae5f2f6 100644 --- a/src/lindafactory.cpp +++ b/src/lindafactory.cpp | |||
@@ -33,7 +33,7 @@ THE SOFTWARE. | |||
33 | #include "_pch.hpp" | 33 | #include "_pch.hpp" |
34 | #include "lindafactory.h" | 34 | #include "lindafactory.h" |
35 | 35 | ||
36 | #include "linda.h" | 36 | #include "linda.hpp" |
37 | 37 | ||
38 | static constexpr std::string_view kLindaMetatableName{ "Linda" }; | 38 | static constexpr std::string_view kLindaMetatableName{ "Linda" }; |
39 | 39 | ||