diff options
Diffstat (limited to 'paludis/legacy/sync_task.hh')
-rw-r--r-- | paludis/legacy/sync_task.hh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/paludis/legacy/sync_task.hh b/paludis/legacy/sync_task.hh index 35c865dea..31384aef6 100644 --- a/paludis/legacy/sync_task.hh +++ b/paludis/legacy/sync_task.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2006, 2007, 2010 Ciaran McCreesh + * Copyright (c) 2006, 2007, 2010, 2011 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -47,9 +47,11 @@ namespace paludis * \ingroup g_tasks * \nosubgrouping */ - class PALUDIS_VISIBLE SyncTask : - private Pimp<SyncTask> + class PALUDIS_VISIBLE SyncTask { + private: + Pimp<SyncTask> _imp; + protected: ///\name Basic operations ///\{ |