diff options
author | David Robillard <d@drobilla.net> | 2020-11-28 23:20:45 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-28 23:20:45 +0100 |
commit | 228815993b4ecc31a345628fd85e6b75e564ecfe (patch) | |
tree | 06515a5e069dbfee55683767046a288f73719c43 /src/Configuration.hpp | |
parent | f95ca1978dd463d1e6c640bb00d4d420ccb9d593 (diff) | |
download | patchage-228815993b4ecc31a345628fd85e6b75e564ecfe.tar.gz patchage-228815993b4ecc31a345628fd85e6b75e564ecfe.tar.bz2 patchage-228815993b4ecc31a345628fd85e6b75e564ecfe.zip |
Reduce use of raw new and delete
Diffstat (limited to 'src/Configuration.hpp')
-rw-r--r-- | src/Configuration.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |