From 1e0e3f4c2f3c956a4c011aaa1f9fb42a7339b129 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 28 Dec 2014 02:10:33 +0000 Subject: Add test; shuffle IDs. --- src/dcp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/dcp.h b/src/dcp.h index 3d42b92a..a7dbf5eb 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -63,7 +63,8 @@ class DCP : public boost::noncopyable public: /** Construct a DCP. You can pass an existing DCP's directory * as the parameter; alternatively, directory will be created - * if it does not exist. + * if it does not exist. Note that if you pass an existing DCP + * into this constructor it will not be read until you call ::read(). * * @param directory Directory containing the DCP's files. */ -- cgit v1.2.3