Skip to content
Snippets Groups Projects
Commit 490de3ab authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-564: We don't need LLEventAPI to befriend LazyEventAPI.

parent af4fbc1f
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
namespace LL namespace LL
{ {
template <class EVENTAPI>
class LazyEventAPI;
class LazyEventAPIParams; class LazyEventAPIParams;
} }
...@@ -52,8 +50,6 @@ class LL_COMMON_API LLEventAPI: public LLDispatchListener, ...@@ -52,8 +50,6 @@ class LL_COMMON_API LLEventAPI: public LLDispatchListener,
{ {
typedef LLDispatchListener lbase; typedef LLDispatchListener lbase;
typedef LLInstanceTracker<LLEventAPI, std::string> ibase; typedef LLInstanceTracker<LLEventAPI, std::string> ibase;
template <class EVENTAPI>
friend class LL::LazyEventAPI;
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment