From 28e01b8c6a137a9e98d95689be3d3d72be18d9d7 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 14 Jul 2002 19:08:08 +0000 Subject: - Non-KDE stuff now builds correctly with gcc3 --- lib/rpcs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rpcs.h') diff --git a/lib/rpcs.h b/lib/rpcs.h index 2cb276a..5834afa 100644 --- a/lib/rpcs.h +++ b/lib/rpcs.h @@ -33,7 +33,7 @@ class ppsocket; class bufferStore; class bufferArray; -typedef vector processList; +typedef std::vector processList; /** * Remote procedure call services via PLP @@ -340,7 +340,7 @@ public: * * @return Psion error code. 0 = Ok. */ - virtual Enum getCmdLine(const char *process, string &ret) = 0; + virtual Enum getCmdLine(const char *process, std::string &ret) = 0; /** * Retrieve general Information about the connected -- cgit v1.2.3