mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-03 08:42:41 -06:00
Core: CallbackArgTarget fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1811 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ee3d0b35af
commit
02edf366f7
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ class CallbackArgTarget
|
|||
public:
|
||||
typedef CallbackArgTarget CLASSNAME;
|
||||
|
||||
operator const T&() { return result; }
|
||||
operator const T&() const { return result; }
|
||||
bool IsNullInstance() const { return IsNull(result); }
|
||||
|
||||
Callback operator[](const T& value) { return THISBACK1(SetResult, value); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue