From 5410e15d2e7a176e34e7f409c7247cc90c7f72c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 12 Jan 2012 10:43:18 +0000 Subject: [PATCH] Moved const UpdateType to reference git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@13344 383ad7c9-94d9-4d36-a494-682f7c89f535 --- SmootherPlugin.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmootherPlugin.hh b/SmootherPlugin.hh index 729863b..64750a5 100644 --- a/SmootherPlugin.hh +++ b/SmootherPlugin.hh @@ -89,7 +89,7 @@ signals: // BaseInterface void updateView(); - void updatedObject(int, const UpdateType); + void updatedObject(int, const UpdateType&); void setSlotDescription(QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions); -- GitLab