aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r--src/nix/command.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh
index 00c202f20..92f606bbe 100644
--- a/src/nix/command.hh
+++ b/src/nix/command.hh
@@ -49,6 +49,8 @@ struct App
struct Installable
{
+ virtual ~Installable() { }
+
virtual std::string what() = 0;
virtual Buildables toBuildables()