Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 428016 | Differences between
and this patch

Collapse All | Expand All

(-)common//libBuffer/include/CommonBuffer.h.ori (+6 lines)
Lines 11-16 Link Here
11
#ifndef __COMMON_BUFFER_H__
11
#ifndef __COMMON_BUFFER_H__
12
#define __COMMON_BUFFER_H__
12
#define __COMMON_BUFFER_H__
13
13
14
/* size_t for gcc, may want to move this include some place else - campbell */
15
#ifdef __GNUC__
16
#  include <cstdlib> /* size_t */
17
#  include <cstring> /* memcpy */
18
#endif
19
14
#include "CommonIBufferFlusher.h"
20
#include "CommonIBufferFlusher.h"
15
21
16
namespace Common
22
namespace Common
(-)COLLADAStreamWriter/include/COLLADASWAnnotation.h (-1 / +1 lines)
Lines 219-225 Link Here
219
        void add ( 
219
        void add ( 
220
            const String &name, 
220
            const String &name, 
221
            const ValueType::ColladaType &type, 
221
            const ValueType::ColladaType &type, 
222
            const T val ) const
222
            const T val )
223
        {
223
        {
224
            openAnnotation ( name );
224
            openAnnotation ( name );
225
            openValuesElement ( type );
225
            openValuesElement ( type );

Return to bug 428016