Commit 0aa5c6c0 authored by Dominik Charousset's avatar Dominik Charousset

fix friend declaration for GCC

parent 4513ad61
...@@ -52,7 +52,7 @@ class recursive_queue_node : public memory_managed { ...@@ -52,7 +52,7 @@ class recursive_queue_node : public memory_managed {
friend class basic_memory_cache; friend class basic_memory_cache;
friend class memory; friend class memory;
friend class local_actor; friend class ::cppa::local_actor;
public: public:
......
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