Closed wallabra closed 12 months ago
SLADE Version: git latest Operating System: Artix Linux
Issue Details:
Compilation fails due to an ambiguous overload.
[ 54%] Building CXX object src/CMakeFiles/slade.dir/MainEditor/UI/EntryPanel/TextEntryPanel.cpp.o src/MainEditor/UI/EntryPanel/TextEntryPanel.cpp:96:12: error: call to member function 'addActionGroup' is ambiguous toolbar_->addActionGroup("Compile", { "arch_scripts_compileacs" }, true); ~~~~~~~~~~^~~~~~~~~~~~~~ /src/./UI/SToolBar/SToolBar.h:76:18: note: candidate function void addActionGroup(const wxString& name, const wxArrayString& actions, bool at_end = false); ^ src/./UI/SToolBar/SToolBar.h:77:18: note: candidate function void addActionGroup(const wxString& name, const vector<string>& actions, bool at_end = false); ^
I came to report this very issue.
SLADE Version: git latest Operating System: Artix Linux
Issue Details:
Compilation fails due to an ambiguous overload.