[Vala] Newbie question (using directive)



Hi all,
in my source i just have

    using Gtk;

and no other using!
Now if i want to use

    public Menu menu;

i get -> error: `Menu' is an ambiguous reference between `GLib.Menu' and `Gtk.Menu'
But i don't have a "using GLib;" in my source !!!

Is this a Bug?

Greetings
Wolfgang



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]