diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-08-06 13:22:40 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-08-06 13:22:40 +0200 |
commit | 3e2cfaf8c0cda738033a877b3220cd9536601a2f (patch) | |
tree | 2ce427466285d0ff7f5d76862c08fc3e33ecfbc7 /include | |
parent | 0b1c84c54185545b62673ad098fe0d3d19c22570 (diff) |
Change ListModeBase::DoRehash() to not be virtual
Diffstat (limited to 'include')
-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 |