mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix crash in event loop nesting.
This commit is contained in:
@@ -15,6 +15,8 @@ class Manager;
|
||||
class Basic final {
|
||||
public:
|
||||
Basic() = default;
|
||||
Basic(const Basic &other) = delete;
|
||||
Basic &operator=(const Basic &other) = delete;
|
||||
|
||||
template <typename Callback>
|
||||
explicit Basic(Callback &&callback);
|
||||
|
Reference in New Issue
Block a user