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

(-)libglademm-2.6.3/libglade/libglademm/xml.cc.orig (+2 lines)
Lines 142-147 Link Here
142
// Custom coded so that we can custom-code the vfunc in the Xml class.
142
// Custom coded so that we can custom-code the vfunc in the Xml class.
143
// This is marginally better than modifying gtkmmproc to allow this.
143
// This is marginally better than modifying gtkmmproc to allow this.
144
//
144
//
145
#ifdef GLIBMM_VFUNCS_ENABLED
145
GType Xml_Class::lookup_type_vfunc_callback(GladeXML* self, const char* classname)
146
GType Xml_Class::lookup_type_vfunc_callback(GladeXML* self, const char* classname)
146
{
147
{
147
  CppObjectType *const obj = dynamic_cast<CppObjectType*>(
148
  CppObjectType *const obj = dynamic_cast<CppObjectType*>(
Lines 170-175 Link Here
170
171
171
  return 0;
172
  return 0;
172
}
173
}
174
#endif //GLIBMM_VFUNCS_ENABLED
173
175
174
GType Xml::lookup_type_vfunc(const Glib::ustring& classname)
176
GType Xml::lookup_type_vfunc(const Glib::ustring& classname)
175
{
177
{

Return to bug 147262