diff options
-rw-r--r-- | idl/inc/command.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx index a08bf63148d1..a51e566a57f5 100644 --- a/idl/inc/command.hxx +++ b/idl/inc/command.hxx @@ -4,9 +4,9 @@ * * $RCSfile: command.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:45:00 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:40:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ public: ~SvCommand(); }; -void Init( const SvCommand & rCommand ); +void Init(); class SvIdlWorkingBase; BOOL ReadIdl( SvIdlWorkingBase * pDataBase, const SvCommand & rCommand ); void DeInit(); |