Closed
Bug 98498
Opened 24 years ago
Closed 1 year ago
nsCOMPtr.h is not included in nsJavaDOMImpl.cpp
Categories
(Core Graveyard :: Java APIs for DOM, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ovk, Assigned: ashuk)
Details
Attachments
(1 file)
|
478 bytes,
patch
|
Details | Diff | Splinter Review |
nsJavaDOMImpl.cpp uses nsCOMPtr identifier but appropriate header file is not
included.
Compiler error:
nsJavaDOMImpl.cpp(215) : error C2065: 'nsCOMPtr' : undeclared identifier
WinNT 4.0 SP4, x86 Solaris 2.7.
Mozilla source from 06 Sep 2001.
| Reporter | ||
Comment 1•24 years ago
|
||
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•