diff --git a/layout/base/tests/TestSpaceManager.cpp b/layout/base/tests/TestSpaceManager.cpp index 4cad168ff6a7..e431ddaa7028 100644 --- a/layout/base/tests/TestSpaceManager.cpp +++ b/layout/base/tests/TestSpaceManager.cpp @@ -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&); };