We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 970e0c9 + 66f7a4e commit caa4e25Copy full SHA for caa4e25
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