removed unnecessary typedef
[simple-launcher] / misc / BasicItem.h
index 0ab8844..5c3cca9 100644 (file)
@@ -74,7 +74,7 @@ protected:
        std::map<std::string, BasicItemFactory *> ourFactories;
 };
 
        std::map<std::string, BasicItemFactory *> ourFactories;
 };
 
-typedef struct BasicItemCollection {
+struct BasicItemCollection {
   typedef std::vector<std::string> Names;
   typedef std::map<std::string, BasicItem *> Items;
 
   typedef std::vector<std::string> Names;
   typedef std::map<std::string, BasicItem *> Items;