gtkmm r800 - in trunk: . gtk/src
- From: daniel svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r800 - in trunk: . gtk/src
- Date: Sun, 28 Jan 2007 22:29:10 +0000 (GMT)
Author: daniel
Date: 2007-01-28 22:29:10 +0000 (Sun, 28 Jan 2007)
New Revision: 800
ViewCVS link: http://svn.gnome.org/viewcvs/gtkmm?rev=800&view=rev
Modified:
trunk/ChangeLog
trunk/gtk/src/actiongroup.ccg
Log:
* gtk/src/actiongroup.ccg (ActionGroup::add): Don't use NULL but
static_cast<char*>(0) to terminate the g_object_get() varargs list,
to prevent serious breakage on 64-bit systems without GCC magic.
Please, everyone, do me a favor and don't use NULL in C++ code,
especially not in conjunction with varargs. Thanks.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]