summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Applet/CCApplet.h')
-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 faf89d10..ff6be8e5 100644
--- a/src/Applet/CCApplet.h
+++ b/src/Applet/CCApplet.h
@@ -73,7 +73,7 @@ class CApplet
static void onHide_cb(GtkMenuItem *menuitem, gpointer applet);
private:
/* dbus stuff */
- void Crash(std::string &value);
+ void Crash(const std::string& progname, const std::string& uid);
/* the real signal handler called to handle the signal */
void (*m_pCrashHandler)(const char *progname);