Firefox build fails on AIX - nsWelcomeDlg::kMsgCount symbol not found. Need to allocate storage for static const member variable.

r+sr=bryner@brianryner.com


git-svn-id: svn://10.0.0.236/trunk@159603 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pkw%us.ibm.com
2004-07-21 18:37:18 +00:00
parent 0ae4e886b8
commit c3d173c643

View File

@@ -27,6 +27,8 @@
#include "nsXInstaller.h"
#include <sys/stat.h>
const int nsWelcomeDlg::kMsgCount;
nsWelcomeDlg::nsWelcomeDlg()
: mTitle(NULL), mWelcomeMsg(NULL), mPixmap(NULL), mBox(NULL)
{