mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
fix delete abstract with non-virtual dtor
This commit is contained in:
parent
3e4af7788a
commit
2cd895e54d
@ -50,6 +50,7 @@ class gradient_factory {
|
||||
public:
|
||||
gradient_factory(int width, unsigned long first_colour,
|
||||
unsigned long last_colour);
|
||||
virtual ~gradient_factory() { }
|
||||
|
||||
colour_array create_gradient();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user