FSData is a good singleton; it should have a friend.
parent
f68a765472
commit
7a61df8518
|
|
@ -50,6 +50,7 @@ struct FSDataAgent
|
|||
|
||||
class FSData : public LLSingleton<FSData>
|
||||
{
|
||||
friend class LLSingleton<FSData>;
|
||||
LOG_CLASS(FSData);
|
||||
public:
|
||||
void startDownload();
|
||||
|
|
|
|||
Loading…
Reference in New Issue