WaE: missing braces around initializer for 'unsigned char [8]'

This commit is contained in:
David Tardon 2012-03-10 19:00:43 +01:00
parent 48548f0b35
commit fc6d226a0e

View file

@ -41,7 +41,7 @@ using namespace com::sun::star::sdbc;
using namespace com::sun::star::sdbcx;
#define MYADOID(l) {l, 0,0x10,0x80,0,0,0xAA,0,0x6D,0x2E,0xA4};
#define MYADOID(l) {l, 0,0x10,{0x80,0,0,0xAA,0,0x6D,0x2E,0xA4}};
const CLSID ADOS::CLSID_ADOCONNECTION_21 = MYADOID(0x00000514);
const IID ADOS::IID_ADOCONNECTION_21 = MYADOID(0x00000550);