From 996549b018861c5b85ae278191c2cd2223c12169 Mon Sep 17 00:00:00 2001 From: "avi@google.com" Date: Tue, 12 Aug 2008 21:21:57 +0000 Subject: Add a virtual destructor; get rid of gcc warnings. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@743 0039d316-1c4b-4281-b951-d872f2087c98 --- base/process_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'base/process_util.h') diff --git a/base/process_util.h b/base/process_util.h index defa561..d042325 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -87,6 +87,7 @@ class ProcessFilter { // Returns true to indicate set-inclusion and false otherwise. This method // should not have side-effects and should be idempotent. virtual bool Includes(uint32 pid, uint32 parent_pid) const = 0; + virtual ~ProcessFilter() {} }; // Returns the number of processes on the machine that are running from the -- cgit v1.1