diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-27 22:27:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-27 22:27:02 +0100 |
| commit | a9e6a22b0462451f1e533082ba588a2cf4ba2f86 (patch) | |
| tree | 29a4d40ffc68417adfdaa54ff8db6a2e7c262bba /src/dcp.h | |
| parent | c9cf540a0fee44b724d1f879489dd7e7f51c60c7 (diff) | |
Fix paths in OV DCP searches.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ private: /** our CPLs */ std::list<boost::shared_ptr<CPL> > _cpls; - std::list<boost::shared_ptr<const parse::AssetMap> > _asset_maps; + std::list<PathAssetMap> _asset_maps; }; } |
