Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shivupa committed Aug 29, 2022
1 parent a91f594 commit 68c31e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Spectra/LoggerBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class LoggerBase
///
virtual ~LoggerBase() {}

virtual void call_iteration_start();
virtual void call_iteration_start() = 0;
///
/// Virtual logging function
///
Expand Down

0 comments on commit 68c31e2

Please sign in to comment.