diff options
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-rw-r--r-- | vcl/inc/brdwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx index d0e976430e39..55da2232bfbe 100644 --- a/vcl/inc/brdwin.hxx +++ b/vcl/inc/brdwin.hxx @@ -178,7 +178,7 @@ public: Rectangle GetMenuRect() const; - virtual Size GetOptimalSize(WindowSizeType eType) const; + virtual Size GetOptimalSize() const; }; // ======================================================================= |