summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/procctl.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/procctl.h') (more/less context) (ignore 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
@@ -24,3 +24,3 @@ public:
24 24
25 ProcCtl* self(); 25 static ProcCtl* self();
26 int status(pid_t)const; 26 int status(pid_t)const;
@@ -33,2 +33,3 @@ private:
33 static ProcCtl* m_self; 33 static ProcCtl* m_self;
34
34}; 35};