summary refs log tree commit diff
path: root/include/Utils.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 16:17:36 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 16:17:36 +0300
commit4a7b62e8fa97c0cc8abebb6d0aabfcb48e52562c (patch)
tree833ddb04622903e3bdbe4278cbce5777175bdeae /include/Utils.h
parentFix UI inconsistencies between room list & communities (diff)
downloadnheko-4a7b62e8fa97c0cc8abebb6d0aabfcb48e52562c.tar.xz
Fix CI errors
Diffstat (limited to 'include/Utils.h')
-rw-r--r--include/Utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Utils.h b/include/Utils.h
index c3b30084..35c5eec1 100644
--- a/include/Utils.h
+++ b/include/Utils.h
@@ -66,7 +66,7 @@ erase_if(ContainerT &items, const PredicateT &predicate)
                 else
                         ++it;
         }
-};
+}
 
 //! Calculate the Levenshtein distance between two strings with character skipping.
 int