Closed
Bug 6160
Opened 26 years ago
Closed 26 years ago
[patch] build fix for nsProxyEventPrivate.h
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: tor, Assigned: dp)
Details
Needed for a solaris/native compile:
diff -u -r1.1 nsProxyEventPrivate.h
--- nsProxyEventPrivate.h 1999/05/07 20:01:28 1.1
+++ nsProxyEventPrivate.h 1999/05/09 20:41:12
@@ -123,7 +123,7 @@
{
public:
- NS_DECL_ISUPPORTS;
+ NS_DECL_ISUPPORTS
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPROXYEVENT_MANAGER_IID);
NS_IMETHOD GetProxyObject(PLEventQueue *destQueue,
@@ -153,4 +153,4 @@
};
-#endif
\ No newline at end of file
+#endif
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 1•26 years ago
|
||
I will apply this before next weekend. We are in the process of merging base/
and xpcom/
Sorry it took this long.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Comment 2•26 years ago
|
||
Aagh! we haven't yet landed our branch. XPCOM20 will land for M7.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
dp landed the fix on 5/27 -- since this is a low level fix, marking as verified
based on developer comments
You need to log in
before you can comment on or make changes to this bug.
Description
•