Skip to content
Snippets Groups Projects
Commit d4846af9 authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Fix for DLL linkage error in new LLEventAPI class.

parent 062d0a13
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* from LLDispatchListener -- it also gives us event API introspection. * from LLDispatchListener -- it also gives us event API introspection.
* Deriving from LLInstanceTracker lets us enumerate instances. * Deriving from LLInstanceTracker lets us enumerate instances.
*/ */
class LLEventAPI: public LLDispatchListener, class LL_COMMON_API LLEventAPI: public LLDispatchListener,
public LLInstanceTracker<LLEventAPI, std::string> public LLInstanceTracker<LLEventAPI, std::string>
{ {
typedef LLDispatchListener lbase; typedef LLDispatchListener lbase;
......
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