match properly the type in the extern declaration
Change-Id: Iaad7538ed7933a1f45bb5e16dc0adec75af53300
This commit is contained in:
@@ -78,11 +78,11 @@ DBG_NAMEEX( OutputDevice )
|
||||
// - externals -
|
||||
// -------------
|
||||
|
||||
extern sal_uLong nVCLRLut[ 6 ];
|
||||
extern sal_uLong nVCLGLut[ 6 ];
|
||||
extern sal_uLong nVCLBLut[ 6 ];
|
||||
extern sal_uLong nVCLDitherLut[ 256 ];
|
||||
extern sal_uLong nVCLLut[ 256 ];
|
||||
extern const sal_uLong nVCLRLut[ 6 ];
|
||||
extern const sal_uLong nVCLGLut[ 6 ];
|
||||
extern const sal_uLong nVCLBLut[ 6 ];
|
||||
extern const sal_uLong nVCLDitherLut[ 256 ];
|
||||
extern const sal_uLong nVCLLut[ 256 ];
|
||||
|
||||
// =======================================================================
|
||||
|
||||
|
Reference in New Issue
Block a user