Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 654776
Collapse All | Expand All

(-)a/glib/glibmm/threads.h (-1 / +1 lines)
Lines 657-663 public: Link Here
657
   */
657
   */
658
  inline void replace(T* data);
658
  inline void replace(T* data);
659
659
660
  GPrivate* gobj() { return gobject_; }
660
  GPrivate* gobj() { return &gobject_; }
661
661
662
private:
662
private:
663
  GPrivate gobject_;
663
  GPrivate gobject_;

Return to bug 654776