removed extra typedef
authormishas <mikhail.sobolev@gmail.com>
Thu, 20 Sep 2007 13:35:08 +0000 (13:35 +0000)
committermishas <mikhail.sobolev@gmail.com>
Thu, 20 Sep 2007 13:35:08 +0000 (13:35 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@225 3ba93dab-e023-0410-b42a-de7732cf370a

launcher-item.h

index 9aaff81..af40ca2 100644 (file)
@@ -65,7 +65,7 @@ private:
   static GtkIconTheme *ourTheme;
 };
 
-typedef struct LauncherItems {
+struct LauncherItems {
   typedef std::vector<std::string> Names;
   typedef std::map<std::string, LauncherItem *> Items;