diff options
Diffstat (limited to 'dbaccess/source/ui/inc/ConnectionLine.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/ConnectionLine.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/ConnectionLine.hxx b/dbaccess/source/ui/inc/ConnectionLine.hxx index fffbcc79b02c..89dd1dff21e0 100644 --- a/dbaccess/source/ui/inc/ConnectionLine.hxx +++ b/dbaccess/source/ui/inc/ConnectionLine.hxx @@ -52,7 +52,7 @@ namespace dbaui OConnectionLine& operator=( const OConnectionLine& rLine ); - tools::Rectangle GetBoundingRect(); + tools::Rectangle GetBoundingRect() const; bool RecalcLine(); void Draw( OutputDevice* pOutDev ); bool CheckHit( const Point& rMousePos ) const; |