gtkmm r984 - in branches/gtkmm-2-12: . pango/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r984 - in branches/gtkmm-2-12: . pango/src
- Date: Mon, 31 Mar 2008 11:54:54 +0100 (BST)
Author: murrayc
Date: Mon Mar 31 11:54:54 2008
New Revision: 984
URL: http://svn.gnome.org/viewvc/gtkmm?rev=984&view=rev
Log:
2008-03-28 Tim Retout <tim retout co uk>
* pango/src/attributes.hg (gobj): Return 'const PangoAttribute*'
rather than 'PangoAttribute* const'. Fixes g++ 4.3 warning.
Bug #524874.
Modified:
branches/gtkmm-2-12/ChangeLog
branches/gtkmm-2-12/pango/src/attributes.hg
Modified: branches/gtkmm-2-12/pango/src/attributes.hg
==============================================================================
--- branches/gtkmm-2-12/pango/src/attributes.hg (original)
+++ branches/gtkmm-2-12/pango/src/attributes.hg Mon Mar 31 11:54:54 2008
@@ -115,7 +115,7 @@
/// Provides access to the underlying C GObject.
PangoAttribute* gobj() { return gobject_; }
/// Provides access to the underlying C GObject.
- PangoAttribute* const gobj() const { return gobject_; }
+ const PangoAttribute* gobj() const { return gobject_; }
/** Create a new font family attribute.
* @param family The family or comma separated list of families.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]