summaryrefslogtreecommitdiff
path: root/src/context/cdlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdlist.h')
-rw-r--r--src/context/cdlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/context/cdlist.h b/src/context/cdlist.h
index a63bd2d21..4d8aea6cb 100644
--- a/src/context/cdlist.h
+++ b/src/context/cdlist.h
@@ -226,9 +226,9 @@ public:
* Main constructor: d_list starts as NULL, size is 0
*/
CDList(Context* context,
- bool callDestructor = true,
- const CleanUp& cleanup = CleanUp(),
- const Allocator& alloc = Allocator()) :
+ bool callDestructor = true,
+ const CleanUp& cleanup = CleanUp(),
+ const Allocator& alloc = Allocator()) :
ContextObj(context),
d_list(NULL),
d_size(0),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback