mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix warning
This commit is contained in:
committed by
Nik Bougalis
parent
60fad25476
commit
623faa1550
@@ -41,7 +41,7 @@ public:
|
|||||||
void run ();
|
void run ();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
class Impl;
|
struct Impl;
|
||||||
std::shared_ptr <Impl> impl_;
|
std::shared_ptr <Impl> impl_;
|
||||||
|
|
||||||
Coroutine (std::shared_ptr <Impl> const&);
|
Coroutine (std::shared_ptr <Impl> const&);
|
||||||
|
|||||||
Reference in New Issue
Block a user