Closed
Bug 6521
Opened 25 years ago
Closed 25 years ago
ANSI C++ violation in nsViewManager.cpp
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: bruce)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Patch attached. Just forgot to declare the type of a variable which is
forbidden in ANSI C++. I made it use PRInt32 in the patch as that corresponds
to 'int' for the most part and 'int' is the default type. I can check this in
if you prefer.
Assignee | ||
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Assignee: beard → bruce
Comment 2•25 years ago
|
||
Thanks. I've applied it to my copy. Go ahead and check it in if you like. When
you do, mark the bug as fixed.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Patch checked in.
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•