Commit 7b2b963d authored by Mathieu Stefani's avatar Mathieu Stefani Committed by GitHub

Merge pull request #91 from Starl1ght/minor-fix

Fix class\struct inconsistency warnings
parents c5351de3 94f1422d
...@@ -156,7 +156,7 @@ namespace Async { ...@@ -156,7 +156,7 @@ namespace Async {
} }
}; };
class Core; struct Core;
class Request { class Request {
public: public:
...@@ -1099,7 +1099,7 @@ namespace Async { ...@@ -1099,7 +1099,7 @@ namespace Async {
class Any { class Any {
public: public:
friend class Impl::Any; friend struct Impl::Any;
Any(const Any& other) = default; Any(const Any& other) = default;
Any& operator=(const Any& other) = default; Any& operator=(const Any& other) = default;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment