WaE: declared with greater visibility than the type of its field
To be specific, 'vcl::PageSyncData' declared with greater visibility than the type of its field 'vcl::PageSyncData::mActions' Adding a SAL_DLLPRIVATE to the PageSyncData struct, too, then. Warning was emitted by g++ 4.2.1 against the MacOSX 10.6 SDK.
This commit is contained in:
parent
2f3d664419
commit
0f644656af
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ void GlobalSyncData::PlayGlobalActions( PDFWriter& rWriter )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct PageSyncData
|
struct SAL_DLLPRIVATE PageSyncData
|
||||||
{
|
{
|
||||||
std::deque< PDFExtOutDevDataSync > mActions;
|
std::deque< PDFExtOutDevDataSync > mActions;
|
||||||
std::deque< Rectangle > mParaRects;
|
std::deque< Rectangle > mParaRects;
|
||||||
|
|
Loading…
Reference in a new issue