mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
COMMON: Revert unintended change
This commit is contained in:
parent
c52f7e0e04
commit
706d25d47e
@ -93,7 +93,7 @@ template<class T, typename S = void *> class Callback: public BaseCallback<S> {
|
||||
protected:
|
||||
typedef void(T::*TMethod)(S);
|
||||
T *_object;
|
||||
;
|
||||
TMethod _method;
|
||||
public:
|
||||
Callback(T *object, TMethod method): _object(object), _method(method) {}
|
||||
virtual ~Callback() {}
|
||||
|
Loading…
Reference in New Issue
Block a user