reference: UWord_FB fixed for refactored Draw/CtrlCore

git-svn-id: svn://ultimatepp.org/upp/trunk@5591 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-11-28 20:38:09 +00:00
parent 844e2956d2
commit 978711e251
4 changed files with 9 additions and 40 deletions

View file

@ -76,6 +76,10 @@ String Ctrl::Name() const {
return s;
}
void Ctrl::InstallPanicBox()
{
}
END_UPP_NAMESPACE
#endif