diff options
Diffstat (limited to 'src/Applet')
| -rw-r--r-- | src/Applet/CCApplet.cpp | 2 | ||||
| -rw-r--r-- | src/Applet/CCApplet.h | 2 |
2 files changed, 2 insertions, 2 deletions
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: |
