Commit d21858bb authored by neverlord's avatar neverlord

fixed namespace

parent 02c848b8
......@@ -7,7 +7,7 @@
namespace {
typedef std::lock_guard<cppa::util::shared_spinlock> exclusive_guard;
typedef cppa::detail::lock_guard<cppa::util::shared_spinlock> exclusive_guard;
typedef cppa::util::shared_lock_guard<cppa::util::shared_spinlock> shared_guard;
} // namespace <anonymous>
......
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