From fdf75cf340176fc2e74eef240852df66f6f39582 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 9 Jul 2019 13:23:34 +0000 Subject: [PATCH] CtrlLib: Fixerd to compile git-svn-id: svn://ultimatepp.org/upp/trunk@13479 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlLib/CtrlUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/CtrlLib/CtrlUtil.h b/uppsrc/CtrlLib/CtrlUtil.h index dd8aa7241..133bfabe0 100644 --- a/uppsrc/CtrlLib/CtrlUtil.h +++ b/uppsrc/CtrlLib/CtrlUtil.h @@ -428,9 +428,9 @@ private: Array item; +public: void Put(Item *newitem) { item.Add(newitem); } -public: template void Put(Ctrl& ctrl, T& val);