diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 40270673a..79d7053b0 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -494,7 +494,7 @@ class Window : public gcn::Window, ImageCollection *mVertexes; int mCaptionOffsetX; int mCaptionOffsetY; - int mCaptionAlign; + gcn::Graphics::Alignment mCaptionAlign; int mTitlePadding; int mGripPadding; int mResizeHandles; |