diff --git a/loader/include/Geode/ui/EnterLayerEvent.hpp b/loader/include/Geode/ui/EnterLayerEvent.hpp index 91c22835..acab4980 100644 --- a/loader/include/Geode/ui/EnterLayerEvent.hpp +++ b/loader/include/Geode/ui/EnterLayerEvent.hpp @@ -53,7 +53,7 @@ namespace geode { template concept InheritsEnterLayer = std::is_base_of_v, T>; - template T> + template T = EnterLayerEvent> class EnterLayerFilter : public EventFilter> { public: using Callback = void(T*);