mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Remove ambiguity ('CheckMenuItem' conflicts with an item already existing in MSVC)
This commit is contained in:
parent
d4928e0765
commit
fae592e8f4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ MenuElemNoMnemonic::MenuElemNoMnemonic (const Glib::ustring& label, const CallSl
|
||||||
|
|
||||||
CheckMenuElemNoMnemonic::CheckMenuElemNoMnemonic (const Glib::ustring& label, const CallSlot& slot)
|
CheckMenuElemNoMnemonic::CheckMenuElemNoMnemonic (const Glib::ustring& label, const CallSlot& slot)
|
||||||
{
|
{
|
||||||
CheckMenuItem* item = manage (new CheckMenuItem (label, false));
|
Gtk::CheckMenuItem* item = manage (new Gtk::CheckMenuItem (label, false));
|
||||||
set_child (item);
|
set_child (item);
|
||||||
if(slot) {
|
if(slot) {
|
||||||
item->signal_toggled().connect(slot);
|
item->signal_toggled().connect(slot);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue