summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-tidy1
-rw-r--r--src/gui/ThreadedLoader.hpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 9c725bea..a1c6af8c 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -67,7 +67,6 @@ Checks: >
-readability-convert-member-functions-to-static,
-readability-delete-null-pointer,
-readability-implicit-bool-conversion,
- -readability-inconsistent-declaration-parameter-name,
-readability-redundant-smartptr-get,
-readability-use-anyofallof,
WarningsAsErrors: '*'
diff --git a/src/gui/ThreadedLoader.hpp b/src/gui/ThreadedLoader.hpp
index ec591a9c..1a0d764f 100644
--- a/src/gui/ThreadedLoader.hpp
+++ b/src/gui/ThreadedLoader.hpp
@@ -79,7 +79,7 @@ private:
boost::optional<Properties> engine_data);
void save_graph_event(std::shared_ptr<const client::GraphModel> model,
- const URI& filename);
+ const URI& uri);
/** Returns nothing and takes no parameters (because they have all been bound) */
using Closure = sigc::slot<void>;