summaryrefslogtreecommitdiff
path: root/src/imp.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-05 01:24:19 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-05 01:24:19 +0000
commit5ee3348142f4cfafdbcf2c9c833843d717affc11 (patch)
tree1c97c80eeccc6b5f515a611e35dee35b21d3b09b /src/imp.cc
parent740938890d95e853cf13d4780a5d674c3d6c7f6f (diff)
Various IMF hacks.imf
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> ();
+}