Skip to content

Commit

Permalink
Fix "no declaration matches 'DecodeDASSource::DecodeDASSource(std::st…
Browse files Browse the repository at this point in the history
…ring, JApplication*)'"
  • Loading branch information
veprbl committed May 1, 2024
1 parent 94f9792 commit c1f8007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/streamDet/DecodeDASSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1f8007

Please sign in to comment.