INTEGRATION: CWS ooo20031110 (1.1.1.1.140); FILE MERGED

2003/11/05 12:42:57 waratah 1.1.1.1.140.1: #i21906# remove const without type, unnessecary anyway
This commit is contained in:
Rüdiger Timm 2003-12-01 16:56:13 +00:00
parent 6e05873d6c
commit 0699c35ed9

View file

@ -2,9 +2,9 @@
*
* $RCSfile: b3dtrans.cxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 16:30:10 $
* last change: $Author: rt $ $Date: 2003-12-01 17:56:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -148,7 +148,7 @@ void B3dTransformationSet::PostSetObjectTrans()
|*
\************************************************************************/
#ifndef ICC
#if ! defined ICC && ! defined __GNUC__
void B3dTransformationSet::SetOrientation( Vector3D& aVRP, Vector3D& aVPN, Vector3D& aVUP)
#else
void B3dTransformationSet::SetOrientation( Vector3D aVRP, Vector3D aVPN, Vector3D aVUP)