From: mishas Date: Fri, 21 Sep 2007 05:40:29 +0000 (+0000) Subject: removed unnecessary typedef X-Git-Url: https://vcs.maemo.org/git/?p=simple-launcher;a=commitdiff_plain;h=49e8e150ada399fa8cca050a2e8599b9456e2843 removed unnecessary typedef git-svn-id: file:///svnroot/simple-launcher/trunk@226 3ba93dab-e023-0410-b42a-de7732cf370a --- 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;