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:
Tor Lillqvist 2011-09-28 14:01:47 +03:00
parent 2f3d664419
commit 0f644656af

View file

@ -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;