diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-10-26 11:56:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-10-26 11:56:58 +0000 |
commit | 8da1d82876c2303427e9035842720f8367e24c4e (patch) | |
tree | fafdd9dd60f3b58764531a19b9948024456d1009 /tools/source | |
parent | 36f111cecb35c52dd552bcdde58888da6bc529b5 (diff) |
#65293#: <stdarg.h> -> <cstdarg>
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/fsys/tdir.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/fsys/tdir.cxx b/tools/source/fsys/tdir.cxx index 021bed1f196e..a45f995dadad 100644 --- a/tools/source/fsys/tdir.cxx +++ b/tools/source/fsys/tdir.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tdir.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:03:07 $ + * last change: $Author: hr $ $Date: 2000-10-26 12:56:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ #define _DIR_CXX #include <stdlib.h> -#include <stdarg.h> +#include <cstdarg> #include <limits.h> #ifndef _DEBUG_HXX |