From c1f80079ba780e7d019f9b042a3e41c29cd09c1a Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Wed, 1 May 2024 06:51:42 -0400 Subject: [PATCH] Fix "no declaration matches 'DecodeDASSource::DecodeDASSource(std::string, JApplication*)'" --- src/plugins/streamDet/DecodeDASSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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