We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970e0c9 commit 66f7a4eCopy full SHA for 66f7a4e
inc/TRestLegacyProcess.h
@@ -28,8 +28,8 @@
28
//! Base class for legacy process
29
class TRestLegacyProcess : public TRestEventProcess {
30
public:
31
- any GetInputEvent() const final { return any((TRestEvent*)nullptr); }
32
- any GetOutputEvent() const final { return any((TRestEvent*)nullptr); }
+ RESTValue GetInputEvent() const final { return RESTValue((TRestEvent*)nullptr); }
+ RESTValue GetOutputEvent() const final { return RESTValue((TRestEvent*)nullptr); }
33
34
void InitProcess() final{};
35
TRestEvent* ProcessEvent(TRestEvent* eventInput) final {
0 commit comments