summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-28 02:10:33 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-28 02:10:33 +0000
commit1e0e3f4c2f3c956a4c011aaa1f9fb42a7339b129 (patch)
tree4e08e6acc3a538e2d56525757873c27e158a75e4 /src
parentb439dfdad90912c52966977698c320e2b547372a (diff)
Add test; shuffle IDs.
Diffstat (limited to 'src')
-rw-r--r--src/dcp.h3
1 files changed, 2 insertions, 1 deletions
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.
*/