about summary refs log tree commit diff
path: root/third_party/nix/src/nix/why-depends.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix/why-depends.cc')
-rw-r--r--third_party/nix/src/nix/why-depends.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/nix/why-depends.cc b/third_party/nix/src/nix/why-depends.cc
index 4fb91c9d91..e18314e7fd 100644
--- a/third_party/nix/src/nix/why-depends.cc
+++ b/third_party/nix/src/nix/why-depends.cc
@@ -23,7 +23,7 @@ static std::string filterPrintable(const std::string& s) {
   return res;
 }
 
-struct CmdWhyDepends : SourceExprCommand {
+struct CmdWhyDepends final : SourceExprCommand {
   std::string _package, _dependency;
   bool all = false;