diff options
author | Fritz Elfert <felfert@to.com> | 2002-07-14 19:08:08 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2002-07-14 19:08:08 +0000 |
commit | 28e01b8c6a137a9e98d95689be3d3d72be18d9d7 (patch) | |
tree | f011d3dba1f05cc8c08b582ba4b9568d3dfc94af /lib/plpdirent.h | |
parent | 838b2558b635d0ec27785e1280904fdea61bc935 (diff) | |
download | plptools-28e01b8c6a137a9e98d95689be3d3d72be18d9d7.tar.gz plptools-28e01b8c6a137a9e98d95689be3d3d72be18d9d7.tar.bz2 plptools-28e01b8c6a137a9e98d95689be3d3d72be18d9d7.zip |
- Non-KDE stuff now builds correctly with gcc3
Diffstat (limited to 'lib/plpdirent.h')
-rw-r--r-- | lib/plpdirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plpdirent.h b/lib/plpdirent.h index 1c5e8ab..5eeced7 100644 --- a/lib/plpdirent.h +++ b/lib/plpdirent.h @@ -266,7 +266,7 @@ public: * * @param ret The string is returned here. */ - void getDriveAttribute(string &ret); + void getDriveAttribute(std::string &ret); /** * Retrieve the attributes of the media. |