mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
urepo added to canonical upp.src packages; cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11377 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
75dcf63347
commit
d3b70d407e
4 changed files with 4 additions and 2 deletions
|
|
@ -17,6 +17,8 @@ Image MacroElement::GetImage() const
|
|||
return MacroManagerImg::Macro();
|
||||
case(Type::FUNCTION):
|
||||
return MacroManagerImg::Fn();
|
||||
case(Type::UNKNOWN): // silence CLANG warning
|
||||
break;
|
||||
}
|
||||
return Image();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue