summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CrashWatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/CrashWatcher.h')
-rw-r--r--src/Daemon/CrashWatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Daemon/CrashWatcher.h b/src/Daemon/CrashWatcher.h
index dfe716fb..b1d0d39a 100644
--- a/src/Daemon/CrashWatcher.h
+++ b/src/Daemon/CrashWatcher.h
@@ -44,8 +44,8 @@ class CCrashWatcher
void Lock();
int m_nFd;
- GIOChannel* m_nGio;
- GMainLoop *m_nMainloop;
+ GIOChannel* m_pGio;
+ GMainLoop *m_pMainloop;
std::string m_sTarget;
CMiddleWare *m_pMW;
DBus::Connection *m_pConn;