From 228815993b4ecc31a345628fd85e6b75e564ecfe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Nov 2020 23:20:45 +0100 Subject: Reduce use of raw new and delete --- src/Configuration.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Configuration.hpp') diff --git a/src/Configuration.hpp b/src/Configuration.hpp index 81b9e84..1a6ac6c 100644 --- a/src/Configuration.hpp +++ b/src/Configuration.hpp @@ -51,7 +51,7 @@ public: bool get_module_location(const std::string& name, SignalDirection type, - Coord& loc); + Coord& loc) const; void set_module_location(const std::string& name, SignalDirection type, -- cgit v1.2.1