From fb72ac689ca4832fca215edc942ae01592ecfff8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 7 Dec 2009 11:46:13 +0100 Subject: *: remove most of remaining const string& params Signed-off-by: Denys Vlasenko --- src/Applet/CCApplet.cpp | 2 +- src/Applet/CCApplet.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Applet') diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp index c91b4e8..b73b41d 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 c5396a7..6c47c0a 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: -- cgit