summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2009-07-11 21:30:47 +0100
committerRoger Leigh <rleigh@debian.org>2009-07-11 21:32:14 +0100
commit06559fbfed0b9c84a1549725e504fee190ae3ee2 (patch)
tree756c98fca787e7687178e729964593833c649b95 /TODO
parentcd45e35e903396a66f163cba6931b8e5cf85c9ce (diff)
downloadschroot-06559fbfed0b9c84a1549725e504fee190ae3ee2.tar.gz
[TODO] Remove virtual inheritance
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.