aboutsummaryrefslogtreecommitdiffstats
path: root/lib/psiprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psiprocess.h')
-rw-r--r--lib/psiprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psiprocess.h b/lib/psiprocess.h
index f116119..f8978d5 100644
--- a/lib/psiprocess.h
+++ b/lib/psiprocess.h
@@ -105,7 +105,7 @@ public:
* The output is in human readable similar to the
* output of a "ls" command.
*/
- friend class std::ostream &operator<<(std::ostream &o, const PsiProcess &p);
+ friend std::ostream &operator<<(std::ostream &o, const PsiProcess &p);
private:
friend class rpcs;