diff options
Diffstat (limited to 'src/crepe/api/Script.h')
-rw-r--r-- | src/crepe/api/Script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Script.h b/src/crepe/api/Script.h index 8356fd2..43efd15 100644 --- a/src/crepe/api/Script.h +++ b/src/crepe/api/Script.h @@ -78,7 +78,7 @@ protected: * \returns List of component references */ template <typename T> - std::vector<std::reference_wrapper<T>> get_components() const; + RefVector<T> get_components() const; /** * \brief Log a message using Log::logf |