.fixed to compile

git-svn-id: svn://ultimatepp.org/upp/trunk@15157 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-09-29 10:59:16 +00:00
parent d0714baea3
commit 4b3956db1c
2 changed files with 2 additions and 3 deletions

View file

@ -9,8 +9,7 @@ uses
uses(POSIX) PdfDraw;
file
CtrlLib.h
options(BUILDER_OPTION) PCH,
CtrlLib.h options(BUILDER_OPTION) PCH,
CtrlLib readonly separator,
LabelBase.h,
LabelBase.cpp,

View file

@ -382,7 +382,7 @@ FileSelButton::FileSelButton(MODE mode, const char *title)
{
button.NoWantFocus();
button.SetImage(CtrlImg::right_arrow());
button <<= THISBACK(OnAction);
button << [=] { OnAction(); };
}
void FileSelButton::OnAction()