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

Every singleton needs a friend...

parent 323c0ef6
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ class LLJob: public LLSingleton<LLJob>
}
private:
friend class LLSingleton<LLJob>;
LLJob():
mJob(0)
{
......
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