summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index dea7cc446..88714cf2d 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -27,6 +27,11 @@ SnomaskManager::~SnomaskManager()
{
}
+void SnomaskManager::FlushSnotices()
+{
+
+}
+
bool SnomaskManager::EnableSnomask(char letter, const std::string &type)
{
if (SnoMasks.find(letter) == SnoMasks.end())