summaryrefslogtreecommitdiff
path: root/include/m_srmm_int.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-16 16:37:41 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-16 16:37:41 +0300
commit46e67c5053479beafce3716ec8be4f7e997e7fc9 (patch)
tree2f1ca53d3efd175f0b9d396c54d108cfc39411f1 /include/m_srmm_int.h
parent47b79689fcbe77ab19eb577487ef70642fa291f7 (diff)
common code went to the core
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r--include/m_srmm_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h
index 92e265ea96..d860704cac 100644
--- a/include/m_srmm_int.h
+++ b/include/m_srmm_int.h
@@ -376,7 +376,7 @@ public:
virtual bool IsActive() const = 0;
virtual void LoadSettings() = 0;
virtual void OnOptionsApplied();
- virtual void RemakeLog() = 0;
+ virtual void RemakeLog();
virtual void SetStatusText(const wchar_t *, HICON) {}
virtual void ShowFilterMenu() {}
virtual void UpdateFilterButton();