Skip to content

Commit eae90d8

Browse files
committed
Properly declare pure virtual function
1 parent 484d8c6 commit eae90d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Blur.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Blur
99
bool previewMode;
1010
double radius;
1111
double PSNR;
12-
const virtual QString getName() const;
12+
const virtual QString getName() const = 0;
1313
};
1414

1515
#endif // BLUR_H

0 commit comments

Comments
 (0)