From 811153f87fabcfee0ebfb22b23fb08912314c6c9 Mon Sep 17 00:00:00 2001 From: scullin Date: Thu, 7 May 1998 20:48:35 +0000 Subject: [PATCH] G++ warning fix submitted by Brian Grunkemeyer. --- xpcom/base/nsID.cpp | 2 +- xpcom/glue/nsID.cpp | 2 +- xpcom/src/nsID.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xpcom/base/nsID.cpp b/xpcom/base/nsID.cpp index 1484d4de667..dae517b3b32 100644 --- a/xpcom/base/nsID.cpp +++ b/xpcom/base/nsID.cpp @@ -19,7 +19,7 @@ #include #include "nsID.h" -const static char gIDFormat[] = +static const char gIDFormat[] = "{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}"; /* diff --git a/xpcom/glue/nsID.cpp b/xpcom/glue/nsID.cpp index 1484d4de667..dae517b3b32 100644 --- a/xpcom/glue/nsID.cpp +++ b/xpcom/glue/nsID.cpp @@ -19,7 +19,7 @@ #include #include "nsID.h" -const static char gIDFormat[] = +static const char gIDFormat[] = "{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}"; /* diff --git a/xpcom/src/nsID.cpp b/xpcom/src/nsID.cpp index 1484d4de667..dae517b3b32 100644 --- a/xpcom/src/nsID.cpp +++ b/xpcom/src/nsID.cpp @@ -19,7 +19,7 @@ #include #include "nsID.h" -const static char gIDFormat[] = +static const char gIDFormat[] = "{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}"; /*