From dbccc316eabe236dd52844a8f3acad52c79f07cd Mon Sep 17 00:00:00 2001 From: Daniel Burrows Date: Thu, 13 May 2010 20:25:01 -0700 Subject: Write a fully functional alternate initialization path. This will be the foundation for the new top-level harness code. Eventually the old code will go away, but I don't want to disrupt it while I'm working on the new stuff. To activate the new code, pass --new-gui on the command-line. --- src/generic/util/dynamic_set_transform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/generic/util/dynamic_set_transform.h') diff --git a/src/generic/util/dynamic_set_transform.h b/src/generic/util/dynamic_set_transform.h index 148f4cf7..19211fc9 100644 --- a/src/generic/util/dynamic_set_transform.h +++ b/src/generic/util/dynamic_set_transform.h @@ -47,8 +47,8 @@ namespace aptitude boost::shared_ptr > wrapped_set; boost::function f; - sigc::signal signal_inserted; - sigc::signal signal_removed; + sigc::signal signal_inserted; + sigc::signal signal_removed; void handle_inserted(const From &from); void handle_removed(const From &from); -- cgit v1.2.3