juicy compiler error
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#include "account.h"
|
||||
|
||||
const Account* Account::m_anon = new Account("justinfan123", "", "");
|
||||
const Account *Account::m_anon = new Account("justinfan123", "", "");
|
||||
|
||||
Account::Account(QString username, QString oauthToken, QString oauthClient)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user