mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Draw: Fixed missing Iml method (thanks busiek)
git-svn-id: svn://ultimatepp.org/upp/trunk@9413 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f18efc1d1b
commit
b70592e335
1 changed files with 5 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ UPP::Image IMAGECLASS::Get(const char *s)
|
|||
return Iml().Get(Find(s));
|
||||
}
|
||||
|
||||
UPP::Image IMAGECLASS::Get(const UPP::String& s)
|
||||
{
|
||||
return Iml().Get(Find(s));
|
||||
}
|
||||
|
||||
int IMAGECLASS::Find(const UPP::String& s)
|
||||
{
|
||||
return Iml().Find(s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue