On 4 July 2014 16:08, Nikita Tropin <posixivis...@gmail.com> wrote:
> I'm not sure but... try
> 1) Explicitly cast 1st arg of add_action. i.e. ...
> add_action(Glib::ustring("...") ...
> 2) ... sigc::mem_fun(*this, &ExampleWindow::on_menu_file_new_generic)
> ... change to
> ... sigc::ptr_fun(&on_menu_file_new_generic) ...
>
> Hope this helps

Didn't work. :(
But thanks for replying though.


-- 
Gurjot Singh
Blog: http://bhattigurjot.wordpress.com

"You gotta get hurt 'cause that's how you'll learn, You gotta try your
hardest no matter how much you'll burn." ~ Scott Singh
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to