minor cleaning in MemFun.hh
This commit is contained in:
parent
0504de454a
commit
18570d83a2
1 changed files with 4 additions and 6 deletions
|
@ -38,9 +38,7 @@ public:
|
|||
void operator ()() {
|
||||
(m_obj.*m_action)();
|
||||
}
|
||||
void call() {
|
||||
(m_obj.*m_action)();
|
||||
}
|
||||
|
||||
private:
|
||||
Object& m_obj;
|
||||
Action m_action;
|
||||
|
|
Loading…
Reference in a new issue