Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139625 Details for
Bug 203766
net-p2p/linkage-0.1.4 fails to compile missing default constructor
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch for lib/linkage/plugin.hh
linkage-0.1.4-plugin-constructor.patch (text/plain), 414 bytes, created by
Orson Teodoro
on 2007-12-30 13:41:08 UTC
(
hide
)
Description:
patch for lib/linkage/plugin.hh
Filename:
MIME Type:
Creator:
Orson Teodoro
Created:
2007-12-30 13:41:08 UTC
Size:
414 bytes
patch
obsolete
>--- lib/linkage/Plugin.hh.orig 2007-12-30 05:04:37.000000000 -0800 >+++ lib/linkage/Plugin.hh 2007-12-30 05:06:31.000000000 -0800 >@@ -39,6 +39,8 @@ > Glib::ustring website; > bool has_options; > PluginParent parent; >+ >+ Info() : name(NULL), description(NULL), version(NULL), author(NULL), website(NULL), has_options(false), parent(PARENT_NONE) {} > > Info(const Glib::ustring& n, > const Glib::ustring& d,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 203766
:
139624
| 139625