X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=include%2Fcallable.h;h=544b37115fb2cbe4b756ae1bb10f439812c76c8b;hb=0d52a8d02278592356f94ac17b1ccc5fcea388a5;hp=bf74377de5ebe5e7823cefdaf873adfb9e2a3953;hpb=c85d60a873e21052a470c172df4ba56a1c0d59c6;p=command.git diff --git a/include/callable.h b/include/callable.h index bf74377..544b371 100644 --- a/include/callable.h +++ b/include/callable.h @@ -24,6 +24,7 @@ namespace command { Callable(void (*function)(ArgumentType)) : func(function) { } + virtual ~Callable() { } protected: