mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 07:21:02 +00:00
Fix thread handles
This commit is contained in:
@@ -347,7 +347,7 @@ class moved_marker
|
||||
bool was_moved_{false};
|
||||
};
|
||||
|
||||
class emulator_thread : ref_counted_object
|
||||
class emulator_thread : public ref_counted_object
|
||||
{
|
||||
public:
|
||||
emulator_thread(x64_emulator& emu)
|
||||
|
||||
Reference in New Issue
Block a user