From 07c2e786f5959f15c50f380f347d345e59218af2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 13 Jul 2022 05:28:42 -0700 Subject: Make a member function static --- al/auxeffectslot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/auxeffectslot.h') diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 8d8b187e..df760117 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -256,7 +256,7 @@ private: // sets a dirty flag only if the new value differs form the old one, // and assigns the new value. template - void eax_fx_slot_set(const EaxCall& call, TProperties& dst, EaxDirtyFlags& dirty_flags) + static void eax_fx_slot_set(const EaxCall& call, TProperties& dst, EaxDirtyFlags& dirty_flags) { const auto& src = call.get_value(); TValidator{}(src); -- cgit v1.2.3