We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985ad38 commit 2214764Copy full SHA for 2214764
1 file changed
tests/util/TestUtil.h
@@ -21,7 +21,7 @@ struct TestUtil {
21
};
22
23
struct ScopedEventSubscription {
24
- explicit ScopedEventSubscription(std::function<Event::Subscriber>&&);
+ explicit ScopedEventSubscription(std::function<Event::Subscriber>&& s);
25
~ScopedEventSubscription();
26
27
0 commit comments