diff --git a/src/plugins/streamDet/DecodeDASSource.h b/src/plugins/streamDet/DecodeDASSource.h index 40b8a6916..16bb6990a 100644 --- a/src/plugins/streamDet/DecodeDASSource.h +++ b/src/plugins/streamDet/DecodeDASSource.h @@ -16,7 +16,7 @@ class DecodeDASSource : public JEventSource { public: // constructors and destructors - DecodeDASSource(); + DecodeDASSource(std::string source_name, JApplication* app); ~DecodeDASSource() override; // define public methods