From 3e82897353e576dc6e3fbf55371fda5a0c3415df Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 12 Jun 2014 14:06:28 +0200 Subject: improve the inlinesimplememberfunctions clang plugin Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e --- include/svx/sdr/contact/objectcontact.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/sdr/contact/objectcontact.hxx') diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx index b94e5a97d3be..89c3bb24eb7a 100644 --- a/include/svx/sdr/contact/objectcontact.hxx +++ b/include/svx/sdr/contact/objectcontact.hxx @@ -139,7 +139,7 @@ namespace sdr virtual bool AreGluePointsVisible() const; // method to get the primitiveAnimator - sdr::animation::primitiveAnimator& getPrimitiveAnimator(); + sdr::animation::primitiveAnimator& getPrimitiveAnimator() { return maPrimitiveAnimator; } // method to get the EventHandler. It will // return a existing one or create a new one using CreateEventHandler(). -- cgit