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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Configuration.cpp') diff --git a/src/Configuration.cpp b/src/Configuration.cpp index 04b705a..8b0f03a 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -81,7 +81,7 @@ Configuration::Configuration() bool Configuration::get_module_location(const std::string& name, SignalDirection type, - Coord& loc) + Coord& loc) const { std::map::const_iterator i = _module_settings.find(name); -- cgit v1.2.1