mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
CtrlLib: CtrlRetriever fix
git-svn-id: svn://ultimatepp.org/upp/trunk@11926 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
dfa7fc3138
commit
f752714d22
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ public:
|
|||
class CtrlRetriever {
|
||||
public:
|
||||
struct Item {
|
||||
virtual void Set() = 0;
|
||||
virtual void Set() {}
|
||||
virtual void Retrieve() = 0;
|
||||
virtual ~Item() {}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue