summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-10-26 10:06:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-10-26 10:06:29 +0000
commit37c8ab1cda06fbf8a73f14b5f1bb07c3a9234ed5 (patch)
tree07153efa907754c97a6e2cdd5a28576e95ab98fb /vos
parent51c3f081a61a93a872d58209b8b4ddd0dd498bde (diff)
#65293#: <stdarg.h> -> <cstdarg>
Diffstat (limited to 'vos')
-rw-r--r--vos/source/process.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vos/source/process.cxx b/vos/source/process.cxx
index 2d0d19d28dc0..98ee78d9b06a 100644
--- a/vos/source/process.cxx
+++ b/vos/source/process.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: process.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:18:16 $
+ * last change: $Author: hr $ $Date: 2000-10-26 11:06:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
-#include <stdarg.h>
+#include <cstdarg>
#include "vos/process.hxx"
#include "vos/diagnose.hxx"