Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shivupa committed May 31, 2024
1 parent 7bdec45 commit 88c3b30
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 88c3b30

Please sign in to comment.