summaryrefslogtreecommitdiffstats
path: root/src/Applet
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-04 19:02:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-04 19:02:28 +0200
commite16dc4d89049b94d270f46a1b6de194863a7a583 (patch)
tree31c24f17cbfe922c7306c66ae46651a5e2acb073 /src/Applet
parent9bb2241670b97ab78a4dd93700b704c6a9cf1a91 (diff)
downloadabrt-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.h2
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;