summaryrefslogtreecommitdiff
path: root/vcl/inc/hyperlabel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/hyperlabel.hxx')
-rw-r--r--vcl/inc/hyperlabel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/hyperlabel.hxx b/vcl/inc/hyperlabel.hxx
index 20076a89b253..5ff87d878465 100644
--- a/vcl/inc/hyperlabel.hxx
+++ b/vcl/inc/hyperlabel.hxx
@@ -62,7 +62,7 @@ namespace vcl
void SetClickHdl( const Link<HyperLabel*,void>& rLink ) { maClickHdl = rLink; }
- Size const & CalcMinimumSize( long nMaxWidth ) const;
+ Size const & CalcMinimumSize( tools::Long nMaxWidth ) const;
};
}