зеркало из https://github.com/mozilla/gecko-dev.git
fix problem on AIX-xlC compiler with protected structs.
This commit is contained in:
Родитель
21744e4f8d
Коммит
f18151a29c
|
@ -36,6 +36,9 @@ public:
|
|||
PRBool TestGetBandData();
|
||||
|
||||
protected:
|
||||
#ifdef AIX
|
||||
public:
|
||||
#endif // AIX
|
||||
struct BandInfo {
|
||||
nscoord yOffset;
|
||||
nscoord height;
|
||||
|
@ -47,6 +50,9 @@ protected:
|
|||
PRIntn numBands;
|
||||
BandInfo bands[25];
|
||||
};
|
||||
#ifdef AIX
|
||||
protected:
|
||||
#endif // AIX
|
||||
|
||||
void GetBandsInfo(BandsInfo&);
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче