aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/model_runner_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'reference_model/src/model_runner_impl.h')
-rw-r--r--reference_model/src/model_runner_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reference_model/src/model_runner_impl.h b/reference_model/src/model_runner_impl.h
index 7a91bfe..f26c484 100644
--- a/reference_model/src/model_runner_impl.h
+++ b/reference_model/src/model_runner_impl.h
@@ -46,7 +46,7 @@ public:
GraphStatus run();
template <typename T>
- int setInput(std::string input_name, std::vector<T> vals);
+ int setInput(std::string input_name, std::vector<T>& vals);
template <typename T>
std::vector<T> getOutput(std::string output_name);