gtkmm r800 - in trunk: . gtk/src



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]