From 3e2cfaf8c0cda738033a877b3220cd9536601a2f Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 6 Aug 2014 13:22:40 +0200 Subject: Change ListModeBase::DoRehash() to not be virtual --- include/listmode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/listmode.h b/include/listmode.h index 75385588b..ec3feb943 100644 --- a/include/listmode.h +++ b/include/listmode.h @@ -155,7 +155,7 @@ class CoreExport ListModeBase : public ModeHandler /** Perform a rehash of this mode's configuration data */ - virtual void DoRehash(); + void DoRehash(); /** Handle the list mode. * See mode.h -- cgit v1.2.3