[Scummvm-git-logs] scummvm master -> 706d25d47e2a2a36004d66dc7cfa85e40709e492
sev-
sev at scummvm.org
Mon Oct 5 14:30:37 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
706d25d47e COMMON: Revert unintended change
Commit: 706d25d47e2a2a36004d66dc7cfa85e40709e492
https://github.com/scummvm/scummvm/commit/706d25d47e2a2a36004d66dc7cfa85e40709e492
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-05T16:30:13+02:00
Commit Message:
COMMON: Revert unintended change
Changed paths:
common/callback.h
diff --git a/common/callback.h b/common/callback.h
index 7ee15476d9..f7bf7a13f8 100644
--- a/common/callback.h
+++ b/common/callback.h
@@ -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() {}
More information about the Scummvm-git-logs
mailing list