Skip to content

Commit

Permalink
template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrkm committed Sep 18, 2024
1 parent c4ef789 commit 9d7fc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dglib/include/dglib/DgPhysicalRFBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ template<class C> class DgPhysicalRFBase {
DgPhysicalRFBase<C> (const DgBoundedRFBase& rfIn)
: boundedRFBase_ (rfIn) { }

virtual ~DgPhysicalRFBase (void);
virtual ~DgPhysicalRFBase<C> (void);

const DgBoundedRFBase& boundedRFBase (void) const
{ return boundedRFBase_; }
Expand Down

0 comments on commit 9d7fc2c

Please sign in to comment.