From cc129190d549f69eccc67407946261544d538a91 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Wed, 19 May 2010 16:01:04 +0100 Subject: New improved NamedValue syntax --- paludis/repositories/e/e_installed_repository.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'paludis/repositories/e/e_installed_repository.hh') diff --git a/paludis/repositories/e/e_installed_repository.hh b/paludis/repositories/e/e_installed_repository.hh index 9c6d9dba7..e55a1fa88 100644 --- a/paludis/repositories/e/e_installed_repository.hh +++ b/paludis/repositories/e/e_installed_repository.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2006, 2007, 2008, 2009 Ciaran McCreesh + * Copyright (c) 2006, 2007, 2008, 2009, 2010 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 @@ -27,9 +27,9 @@ namespace paludis { namespace n { - struct builddir; - struct environment; - struct root; + typedef Name builddir; + typedef Name environment; + typedef Name root; } namespace erepository -- cgit v1.2.3