diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-26 22:40:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-26 22:40:33 +0000 |
| commit | a5fafaa249e3cd45b6c64592991ab1f0e0247e5f (patch) | |
| tree | 62d118eec6c9406d2484ae1735d745dd55eb3c37 /src/cpl.cc | |
| parent | 93096af59d8235235c0caed929b6f72dcf09cdc9 (diff) | |
Comments / tidying up.
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) { |
