diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-25 14:12:39 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-25 14:12:39 +0000 |
| commit | 015545dc0fb37a24f6ad4d2820d34a16bd385f94 (patch) | |
| tree | ea88c9a6960f76a792ec89a5c61a1b7361501b5e /lib/base/ebase.h | |
| parent | c2a0bd6f431cb9c9e891950824c279bbee7bf81d (diff) | |
| download | enigma2-015545dc0fb37a24f6ad4d2820d34a16bd385f94.tar.gz enigma2-015545dc0fb37a24f6ad4d2820d34a16bd385f94.zip | |
cleanup mainloop code
Diffstat (limited to 'lib/base/ebase.h')
| -rw-r--r-- | lib/base/ebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/ebase.h b/lib/base/ebase.h index 32a22dbe..cf973c89 100644 --- a/lib/base/ebase.h +++ b/lib/base/ebase.h @@ -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; |
