commit 515e8dd9d0734c545d1054573759afa23f5c68b4 parent 83b07d2ad8f4821e38c84cc8cb9d5b827dcd790d Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 29 Sep 2024 03:04:06 +0200 fix linux compile error Diffstat:
M | source/xtLib/xtId.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/xtLib/xtId.h b/source/xtLib/xtId.h @@ -17,7 +17,7 @@ namespace xt { public: using RawType = TId; - static constexpr IdType IdType = Type; + static constexpr IdType MyIdType = Type; constexpr Id() : m_id(Invalid) {