Fix warning

This commit is contained in:
Tom Ritchford
2015-06-11 11:58:40 -04:00
committed by Nik Bougalis
parent 60fad25476
commit 623faa1550

View File

@@ -41,7 +41,7 @@ public:
void run ();
private:
class Impl;
struct Impl;
std::shared_ptr <Impl> impl_;
Coroutine (std::shared_ptr <Impl> const&);