From c3d173c6432555ec79bf87ee97f64b70fb3487b8 Mon Sep 17 00:00:00 2001 From: "pkw%us.ibm.com" Date: Wed, 21 Jul 2004 18:37:18 +0000 Subject: [PATCH] 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 --- mozilla/toolkit/mozapps/installer/unix/wizard/nsWelcomeDlg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/toolkit/mozapps/installer/unix/wizard/nsWelcomeDlg.cpp b/mozilla/toolkit/mozapps/installer/unix/wizard/nsWelcomeDlg.cpp index d9ec7d4771f..62859678def 100644 --- a/mozilla/toolkit/mozapps/installer/unix/wizard/nsWelcomeDlg.cpp +++ b/mozilla/toolkit/mozapps/installer/unix/wizard/nsWelcomeDlg.cpp @@ -27,6 +27,8 @@ #include "nsXInstaller.h" #include +const int nsWelcomeDlg::kMsgCount; + nsWelcomeDlg::nsWelcomeDlg() : mTitle(NULL), mWelcomeMsg(NULL), mPixmap(NULL), mBox(NULL) {