Issue 9075

Summary: so3: patch to add missing "class" to friend specifiers
Product: udk Reporter: caolanm
Component: codeAssignee: Mathias_Bauer
Status: CLOSED FIXED QA Contact: issues@udk <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: current   
Target Milestone: OOo 1.1 Beta   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
patch none

Description caolanm 2002-11-08 10:14:51 UTC
Bug hunting in ww8 filter with "g++ -Wall" dies because of missing class
specifiers in friend declarations in so3 headers. Attached trivial patch against
so3 headers adds missing "class"es.
Comment 1 caolanm 2002-11-08 10:15:13 UTC
Created attachment 3522 [details]
patch
Comment 2 kay.ramme 2002-11-19 09:24:16 UTC
Matthias, this seems to be yours?
Comment 3 Mathias_Bauer 2002-11-19 15:36:10 UTC
Sorry, for which version should this patch be applied?
641, 644, head ... ?
Comment 4 caolanm 2002-11-19 15:51:46 UTC
Its created against SRX644. Ideally for me it gets into SRX644, its
purely syntax and I believe all the affected files are the same
revision for HEAD and 644, so should be no bother.
Comment 5 Mathias_Bauer 2003-01-08 11:14:37 UTC
fixed for all builds >=644
Comment 6 Mathias_Bauer 2003-01-17 14:11:50 UTC
.