summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index d96f8ea2..0a58a8ee 100644
--- a/TODO
+++ b/TODO
@@ -132,3 +132,6 @@ SESSION_CREATE | SESSION_CLONE confusion. When is it appropriate to
set SESSION_CREATE? Should already created sessions set it?
Define operator &= and |= for enum types defining | and & operators.
+
+Remove use of virtual public for sbuild::chroot inheritance, since
+it breaks the default copy constructors.