Pass the TargetDescriptor by const-reference where we can

This commit is contained in:
Nav
2022-12-17 14:41:52 +00:00
parent d9d8b3f450
commit a1defa02c0
5 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ namespace Bloom::TargetController
*
* @return
*/
Targets::TargetDescriptor getTargetDescriptor();
const Targets::TargetDescriptor& getTargetDescriptor();
/**
* Fetches the current target state.