summaryrefslogtreecommitdiffstats
path: root/Src/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Util.h')
-rw-r--r--Src/Util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/Util.h b/Src/Util.h
index 94d99e2..11faa61 100644
--- a/Src/Util.h
+++ b/Src/Util.h
@@ -5,7 +5,6 @@
#include <functional>
#include <cstddef>
-
class Util {
public:
//! Will replace all occurrences of a substring `find` in `str` with `sub`, but it will try to keep the characters signs.