diff options
| author | 2014-08-06 13:22:40 +0200 | |
|---|---|---|
| committer | 2014-08-06 13:22:40 +0200 | |
| commit | 3e2cfaf8c0cda738033a877b3220cd9536601a2f (patch) | |
| tree | 2ce427466285d0ff7f5d76862c08fc3e33ecfbc7 | |
| parent | m_exemptchanops Fix parameter validation (diff) | |
Change ListModeBase::DoRehash() to not be virtual
| -rw-r--r-- | include/listmode.h | 2 |
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 |
