cleanup mainloop code
[enigma2.git] / lib / base / ebase.h
index 32a22dbe73bc61a345aed616e33a8f495a9dbca2..cf973c8948cfb7e47b44ec7a04363045ffb76d08 100644 (file)
@@ -175,7 +175,7 @@ class eMainloop
 {
        friend class eTimer;
        friend class eSocketNotifier;
-       std::multimap<int, eSocketNotifier*> notifiers;
+       std::map<int, eSocketNotifier*> notifiers;
        ePtrList<eTimer> m_timer_list;
        bool app_quit_now;
        int loop_level;