diff --git a/core/generator_p.h b/core/generator_p.h index 1df5b6204..66d45741d 100644 --- a/core/generator_p.h +++ b/core/generator_p.h @@ -77,10 +77,10 @@ class PixmapRequestPrivate int mWidth; int mHeight; int mPriority; - bool mAsynchronous; + bool mAsynchronous : 1; bool mForce : 1; - Page *mPage; bool mTile : 1; + Page *mPage; NormalizedRect mNormalizedRect; };