diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-23 15:35:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-23 15:35:24 +0100 |
| commit | 6c37cc1979b2a01205a888c4c98f3334685ee8dd (patch) | |
| tree | 9de52a3053e57bdf79a7986319cb097b33e46b5c /src/ref.cc | |
| parent | b75d977a38f039fd68ed5d4055ae70b4bf631603 (diff) | |
Tidying.
Diffstat (limited to 'src/ref.cc')
| -rw-r--r-- | src/ref.cc | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -31,15 +31,20 @@ files in the program, then also delete it here. */ + +/** @file src/ref.cc + * @brief Ref class + */ + + #include "ref.h" + using std::shared_ptr; using std::vector; using namespace dcp; -/** Look through a list of assets and copy a shared_ptr to any asset - * which matches the ID of this one. - */ + void Ref::resolve (vector<shared_ptr<Asset>> assets) { |
