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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h
index 914ddc5..b2ce0a2 100644
--- a/src/Applet/CCApplet.h
+++ b/src/Applet/CCApplet.h
@@ -69,8 +69,8 @@ class CApplet
gpointer user_data);
private:
/* dbus stuff */
- void Crash(std::string &value);
- private:
+ void Crash(std::string &value);
+
/* the real signal handler called to handle the signal */
void (*m_pCrashHandler)(const char *progname);
};