Commit 755c7721 authored by neverlord's avatar neverlord

fixed declaration

parent 94ee1624
...@@ -42,10 +42,11 @@ ...@@ -42,10 +42,11 @@
#ifdef CPPA_DISABLE_CONTEXT_SWITCHING #ifdef CPPA_DISABLE_CONTEXT_SWITCHING
namespace cppa { namespace util { namespace cppa { namespace util {
struct fiber { class fiber {
public:
inline static void swap(fiber&, fiber&) { } inline static void swap(fiber&, fiber&) { }
}; };
} } } } // namespace cppa::util
#elif defined(CPPA_USE_UCONTEXT_IMPL) #elif defined(CPPA_USE_UCONTEXT_IMPL)
......
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