Pass the TargetDescriptor by const-reference where we can
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Bloom::TargetController
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
Targets::TargetDescriptor getTargetDescriptor();
|
||||
const Targets::TargetDescriptor& getTargetDescriptor();
|
||||
|
||||
/**
|
||||
* Fetches the current target state.
|
||||
|
||||
Reference in New Issue
Block a user