diff --git a/external/libwolv b/external/libwolv index 1063613e..83eb8253 160000 --- a/external/libwolv +++ b/external/libwolv @@ -1 +1 @@ -Subproject commit 1063613e87100910dfae254ae9af0111203c768b +Subproject commit 83eb82537f47ab21609ae51b768558f82d1e1661 diff --git a/lib/source/pl/core/token.cpp b/lib/source/pl/core/token.cpp index e7397612..d8c627ee 100644 --- a/lib/source/pl/core/token.cpp +++ b/lib/source/pl/core/token.cpp @@ -5,7 +5,7 @@ #include #include -#include +#include #include namespace pl::core { @@ -162,7 +162,7 @@ namespace pl::core { } }, [](TL, TR) -> std::strong_ordering { - return hlp::VariantTypeIndex <=> hlp::VariantTypeIndex; + return wolv::util::VariantTypeIndex <=> wolv::util::VariantTypeIndex; } }, *this, other); } @@ -456,5 +456,4 @@ namespace pl::core { return s_directives; } - } \ No newline at end of file