summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_search_progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline/cmdline_search_progress.h')
-rw-r--r--src/cmdline/cmdline_search_progress.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/cmdline/cmdline_search_progress.h b/src/cmdline/cmdline_search_progress.h
index 9cf6ef96..3131d04d 100644
--- a/src/cmdline/cmdline_search_progress.h
+++ b/src/cmdline/cmdline_search_progress.h
@@ -29,10 +29,13 @@ namespace aptitude
class progress;
}
- namespace cmdline
+ namespace util
{
- class progress_throttle;
+ class throttle;
+ }
+ namespace cmdline
+ {
/** \brief Create a progress-display object specialized for
* showing the progress of a search.
*
@@ -47,7 +50,7 @@ namespace aptitude
boost::shared_ptr<views::progress>
create_search_progress(const std::string &pattern,
const boost::shared_ptr<views::progress> &display,
- const boost::shared_ptr<progress_throttle> &throttle);
+ const boost::shared_ptr<util::throttle> &throttle);
}
}