diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-04 19:02:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-04 19:02:28 +0200 |
commit | e16dc4d89049b94d270f46a1b6de194863a7a583 (patch) | |
tree | 31c24f17cbfe922c7306c66ae46651a5e2acb073 /src/Applet | |
parent | 9bb2241670b97ab78a4dd93700b704c6a9cf1a91 (diff) | |
download | abrt-e16dc4d89049b94d270f46a1b6de194863a7a583.tar.gz abrt-e16dc4d89049b94d270f46a1b6de194863a7a583.tar.xz abrt-e16dc4d89049b94d270f46a1b6de194863a7a583.zip |
typedef cleanup. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Applet')
-rw-r--r-- | src/Applet/CCApplet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h index 74c8cc52..dccd70b7 100644 --- a/src/Applet/CCApplet.h +++ b/src/Applet/CCApplet.h @@ -43,7 +43,7 @@ class CApplet GObject *m_pAboutDialog; NotifyNotification *m_pNotification; - std::map<int, std::string > m_mapEvents; + std::map<int, std::string> m_mapEvents; DaemonWatcher *m_pDaemonWatcher; bool m_bDaemonRunning; DBus::Connection *m_pSessionDBus; |