From 0dc52cd6e69890cd8a2c539e80389ea8bac5cc3c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Jul 2014 10:17:49 +0100 Subject: Fix DCP name in editor; fix use of DCP entry points. --- src/lib/dcp_content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/dcp_content.h') diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 7f3ac956d..22b5fa08d 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -46,4 +46,5 @@ private: void read_directory (boost::filesystem::path); boost::filesystem::path _directory; + std::string _name; }; -- cgit v1.2.3