Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / gdb / process-stratum-target.h
index fd308658fbbb1799c6f256adafa57b073bd54575..2e620f82e8a31734cc0ed2985d8f242235158499 100644 (file)
@@ -29,7 +29,7 @@ class process_stratum_target : public target_ops
 public:
   ~process_stratum_target () override = 0;
 
-  strata stratum () const override { return process_stratum; }
+  strata stratum () const final override { return process_stratum; }
 
   /* We must default these because they must be implemented by any
      target that can run.  */
This page took 0.034239 seconds and 4 git commands to generate.