FSData is a good singleton; it should have a friend.

Cinders 2013-03-22 17:40:41 -06:00
parent f68a765472
commit 7a61df8518
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ struct FSDataAgent
class FSData : public LLSingleton<FSData>
{
friend class LLSingleton<FSData>;
LOG_CLASS(FSData);
public:
void startDownload();