Add a virtual destructor to rust_thread in sync.h, to quiet the compiler
This commit is contained in:
parent
368943998d
commit
28d43678b6
@ -35,6 +35,8 @@ public:
|
||||
void join();
|
||||
|
||||
bool is_running();
|
||||
|
||||
virtual ~rust_thread() {} // quiet the compiler
|
||||
};
|
||||
|
||||
#endif /* SYNC_H */
|
||||
|
Loading…
Reference in New Issue
Block a user