From 30aa066f674421268abc6c79bf828e005ac50031 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 16 Jul 2012 23:47:37 +0300 Subject: [PATCH] ComponentList typedef isn't needed outside of SourcePackage --- source/component.h | 2 -- source/sourcepackage.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/component.h b/source/component.h index 292f140..5f1332f 100644 --- a/source/component.h +++ b/source/component.h @@ -78,6 +78,4 @@ protected: PathList collect_source_files() const; }; -typedef std::list ComponentList; - #endif diff --git a/source/sourcepackage.h b/source/sourcepackage.h index 5b4ffd0..20461fb 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -51,6 +51,8 @@ public: void tar_file(const std::string &); }; + typedef std::list ComponentList; + private: std::string version; std::string description; -- 2.43.0