summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
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;
};
}