summaryrefslogtreecommitdiffstats
path: root/src/Applet
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-07 11:46:13 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-07 11:46:13 +0100
commitfb72ac689ca4832fca215edc942ae01592ecfff8 (patch)
tree9fae338f6e6fd841747b70d06faecb87f40e5ee7 /src/Applet
parent4e953eeeacab697ba26dc5588478cb12e64350b0 (diff)
downloadabrt-fb72ac689ca4832fca215edc942ae01592ecfff8.tar.gz
abrt-fb72ac689ca4832fca215edc942ae01592ecfff8.tar.xz
abrt-fb72ac689ca4832fca215edc942ae01592ecfff8.zip
*: remove most of remaining const string& params
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Applet')
-rw-r--r--src/Applet/CCApplet.cpp2
-rw-r--r--src/Applet/CCApplet.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp
index c91b4e82..b73b41d0 100644
--- a/src/Applet/CCApplet.cpp
+++ b/src/Applet/CCApplet.cpp
@@ -349,7 +349,7 @@ bool CApplet::load_icons()
}
-//int CApplet::AddEvent(int pUUID, const std::string& pProgname)
+//int CApplet::AddEvent(int pUUID, const char *pProgname)
//{
// m_mapEvents[pUUID] = "pProgname";
// SetIconTooltip(_("Pending events: %i"), m_mapEvents.size());
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h
index c5396a72..6c47c0a1 100644
--- a/src/Applet/CCApplet.h
+++ b/src/Applet/CCApplet.h
@@ -71,7 +71,7 @@ class CApplet
// or ask the daemon every time?
// maybe just events which occured during current session
// map::
-// int AddEvent(int pUUID, const std::string& pProgname);
+// int AddEvent(int pUUID, const char *pProgname);
// int RemoveEvent(int pUUID);
protected: