From 49e8e150ada399fa8cca050a2e8599b9456e2843 Mon Sep 17 00:00:00 2001 From: mishas Date: Fri, 21 Sep 2007 05:40:29 +0000 Subject: [PATCH] removed unnecessary typedef git-svn-id: file:///svnroot/simple-launcher/trunk@226 3ba93dab-e023-0410-b42a-de7732cf370a --- misc/BasicItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/BasicItem.h b/misc/BasicItem.h index 0ab8844..5c3cca9 100644 --- a/misc/BasicItem.h +++ b/misc/BasicItem.h @@ -74,7 +74,7 @@ protected: std::map ourFactories; }; -typedef struct BasicItemCollection { +struct BasicItemCollection { typedef std::vector Names; typedef std::map Items; -- 1.7.9.5