diff options
-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 |