05a9d221d7
constant. Fix issues with template look up. Disable visibility for clang as it checks the consistency of type declarations and the old Mozilla code is way too heavy to patch for that.
13 lines
457 B
C++
13 lines
457 B
C++
$NetBSD: patch-toolkit_xre_nsAppRunner.cpp,v 1.1 2012/11/18 01:55:52 joerg Exp $
|
|
|
|
--- toolkit/xre/nsAppRunner.cpp.orig 2012-11-17 18:29:03.000000000 +0000
|
|
+++ toolkit/xre/nsAppRunner.cpp
|
|
@@ -987,7 +987,7 @@ nsXULAppInfo::SetSubmitReports(PRBool aE
|
|
|
|
#endif
|
|
|
|
-static const nsXULAppInfo kAppInfo;
|
|
+static nsXULAppInfo kAppInfo;
|
|
static NS_METHOD AppInfoConstructor(nsISupports* aOuter,
|
|
REFNSIID aIID, void **aResult)
|
|
{
|