Closed Bug 628371 Opened 14 years ago Closed 14 years ago

GTKEmbedDirectoryProvider needs a constructor

Categories

(Core Graveyard :: Embedding: GTK Widget, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: espindola, Assigned: espindola)

References

Details

Attachments

(1 file)

Attached patch patchSplinter 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: nobody → respindola
Blocks: clang-macosx
Attachment #506494 - Flags: review?(benjamin)
This was fixed by removing the file.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Attachment #506494 - Flags: review?(benjamin)
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: