Core/ApplicationBase: Fix compilation with Apple Clang

This commit is contained in:
SirLynix
2023-04-24 10:58:16 +02:00
parent de5e7bd8a8
commit 445ed93fbb
2 changed files with 3 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ namespace Nz
template<typename T, typename... Args> T& AddComponent(Args&&... args);
private:
template<typename F, bool FixedInterval> void AddUpdaterFunc(Time interval, F&& functor);
template<typename F, bool Fixed> void AddUpdaterFunc(Time interval, F&& functor);
struct Updater
{