aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Attila Molnar2014-08-06 13:22:40 +0200
committerGravatar Attila Molnar2014-08-06 13:22:40 +0200
commit3e2cfaf8c0cda738033a877b3220cd9536601a2f (patch)
tree2ce427466285d0ff7f5d76862c08fc3e33ecfbc7
parentm_exemptchanops Fix parameter validation (diff)
Change ListModeBase::DoRehash() to not be virtual
-rw-r--r--include/listmode.h2
1 files changed, 1 insertions, 1 deletions
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