summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/procctl.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/procctl.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/procctl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/procctl.h b/noncore/apps/opie-console/procctl.h
index 5e96423..1da7c6d 100644
--- a/noncore/apps/opie-console/procctl.h
+++ b/noncore/apps/opie-console/procctl.h
@@ -22,7 +22,7 @@ private:
public:
~ProcCtl();
- ProcCtl* self();
+ static ProcCtl* self();
int status(pid_t)const;
void add( pid_t, int fd );
void remove( pid_t );
@@ -31,6 +31,7 @@ private:
static void signal_handler(int);
static ProcContainer* m_last;
static ProcCtl* m_self;
+
};
#endif