Hacks.
[libdcp.git] / src / cpl.h
1 #include "xml.h"
2
3 class CPL : public XML
4 {
5 public:
6         CPL (std::string file);
7
8 };