summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 0cd1d6ce..a27e8fda 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -83,6 +83,9 @@ CPL::CPL (boost::filesystem::path file)
f.done ();
}
+/** Add a reel to this CPL.
+ * @param reel Reel to add.
+ */
void
CPL::add (shared_ptr<Reel> reel)
{