After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 91749 - Possible Typo
Possible Typo
Status: RESOLVED NOTABUG
Product: gtkmm
Classification: Bindings
Component: general
2.0
Other Linux
: Normal blocker
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-08-26 22:41 UTC by Ollo
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ollo 2002-08-26 22:41:55 UTC
In the file

gtkmm-2.0/gtkmm/widget.h

in the protected section of the Widget class


explicit Widget(GtkWidget* castitem);

should read

explicit Widget(Gtk::Widget* castitem);

sorry if I'm wrong.

Greetings ollo
Comment 1 Murray Cumming 2002-08-27 14:21:04 UTC
No, all gtkmm classes have similar constructors. It is what it seems
to be.