Closed
Bug 628371
Opened 14 years ago
Closed 14 years ago
GTKEmbedDirectoryProvider needs a constructor
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: espindola, Assigned: espindola)
References
Details
Attachments
(1 file)
547 bytes,
patch
|
Details | Diff | Splinter Review |
That class uses NS_DECL_ISUPPORTS_INHERITED which expand to virtual methods which make it non-POD. Being non POD, it needs a user declared constructor. For more information, see http://clang.llvm.org/compatibility.html#default_init_const
Assignee | ||
Updated•14 years ago
|
Attachment #506494 -
Attachment is patch: true
Updated•14 years ago
|
Assignee: nobody → respindola
Updated•14 years ago
|
Blocks: clang-macosx
Updated•14 years ago
|
Attachment #506494 -
Flags: review?(benjamin)
Assignee | ||
Comment 1•14 years ago
|
||
ping
Assignee | ||
Comment 2•14 years ago
|
||
This was fixed by removing the file.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Attachment #506494 -
Flags: review?(benjamin)
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
•