Skip to content

Commit 76e4381

Browse files
committed
Mark a member function as 'override'.
1 parent ce54213 commit 76e4381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sampleflow/filter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ namespace SampleFlow
131131
*/
132132
virtual
133133
void
134-
flush ();
134+
flush () override;
135135

136136
/**
137137
* The main function of this class, which needs to be implemented by

0 commit comments

Comments
 (0)