We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93928e8 commit 27b53bdCopy full SHA for 27b53bd
1 file changed
include/prim/seadDelegate.h
@@ -580,11 +580,17 @@ class AnyDelegateR
580
class UnbindDummy final : public Base::Interface_
581
{
582
public:
583
+ UnbindDummy() {}
584
R invoke() override { return {}; }
585
#if SEAD_DELEGATE_ISNODUMMY
586
bool isNoDummy() const override { return false; }
587
#endif
588
+ private:
589
+ s32 mUnk = 1;
590
};
591
+
592
+ AnyDelegateR() {}
593
594
using Base::Base;
595
using Base::operator=;
596
0 commit comments