public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* I don't understand this message
@ 1998-04-09 19:56 Andrew V. Shuvalov
  0 siblings, 0 replies; only message in thread
From: Andrew V. Shuvalov @ 1998-04-09 19:56 UTC (permalink / raw)
  To: egcs

I got the error using gtk--:

/usr/local/include/gtk--.h:900: sorry, not
implemented: adjusting pointers for covariant
returns

What is this?  The code is:

class Gtk_Data : public Gtk_Object {
public:

  static void cpp_class_init(GtkObject*o);
  Gtk_Data(GtkData *castitem);
  static bool isGtkData(Gtk_Object *checkcast);
  Signal_proxy0<void,Gtk_Data> disconnect;
protected:
  virtual void disconnect_impl();
public:
  static void disconnect_callback(GtkData *o);


  typedef GtkData BaseObjectType;
  static Gtk_Class_Proxy_Data c_class;
  virtual c_signals_Data
*internal_getsignalbase();
  static void cpp_class_init(GtkDataClass
*o,c_signals_Data *s) {
    Gtk_Object::cpp_class_init((GtkObjectClass
*)o,s);
    s->disconnect=o->disconnect;
    o->disconnect=disconnect_callback;
  }

private:
  Gtk_Data(void);
};




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-04-09 19:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-09 19:56 I don't understand this message Andrew V. Shuvalov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).