summaryrefslogtreecommitdiff
path: root/src/imp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/imp.cc')
-rw-r--r--src/imp.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/imp.cc b/src/imp.cc
index 61af1c96..d27b4726 100644
--- a/src/imp.cc
+++ b/src/imp.cc
@@ -69,3 +69,9 @@ IMP::assets () const
/* XXX */
return list<shared_ptr<Asset> > ();
}
+
+list<shared_ptr<IMPCPL> >
+IMP::cpls () const
+{
+ return cpls_of_type<IMPCPL> ();
+}