From d2126e4ddafcea1ae6844a6245cfa778f2d5e2be Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 13 Apr 2020 08:25:12 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@14298 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/PdbTests3/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/upptst/PdbTests3/main.cpp b/upptst/PdbTests3/main.cpp index 5ab62af48..ef0ce2e80 100644 --- a/upptst/PdbTests3/main.cpp +++ b/upptst/PdbTests3/main.cpp @@ -14,7 +14,8 @@ GUI_APP_MAIN c.b = Cyan(); // ImageBuffer ib = Rescale(CtrlImg::exclamation(), 500, 500); - ImageBuffer ib = CtrlImg::exclamation(); + Image h = CtrlImg::exclamation(); + ImageBuffer ib(h); Fn(Red(), ib); Image img = CtrlImg::exclamation(); Value v = img;