summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-08-06 13:22:40 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-08-06 13:22:40 +0200
commit3e2cfaf8c0cda738033a877b3220cd9536601a2f (patch)
tree2ce427466285d0ff7f5d76862c08fc3e33ecfbc7 /include
parent0b1c84c54185545b62673ad098fe0d3d19c22570 (diff)
Change ListModeBase::DoRehash() to not be virtual
Diffstat (limited to 'include')
-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