[Webkit-unassigned] [Bug 61801] Add Glade catalog for WebKitGTK widgets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 11:22:17 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61801





--- Comment #8 from Juan Pablo Ugarte <juanpablougarte at gmail.com>  2011-06-14 11:22:16 PST ---
One function has a parameter called virtual, but that can be fixed with the preprocessor.

the real problem is that we are defining an enum like this in glade-project.h

typedef enum   _GladePointerMode     GladePointerMode;

enum _GladePointerMode
{
  GLADE_POINTER_SELECT = 0,
  GLADE_POINTER_ADD_WIDGET,
  GLADE_POINTER_DRAG_RESIZE
};

so g++ complains about glade-project.h:22:16: error: use of enum ‘_GladePointerMode’ without previous declaration

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list