summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-27 22:27:02 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-27 22:27:02 +0100
commita9e6a22b0462451f1e533082ba588a2cf4ba2f86 (patch)
tree29a4d40ffc68417adfdaa54ff8db6a2e7c262bba /src/dcp.h
parentc9cf540a0fee44b724d1f879489dd7e7f51c60c7 (diff)
Fix paths in OV DCP searches.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 55d3d705..8086f4de 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -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;
};
}