From 58a97f585d51a94fd496fc1314918f7ecd7bbbf2 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 --- RemesherPlugin.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RemesherPlugin.hh b/RemesherPlugin.hh index 7c3ebe9..0b4d88f 100644 --- a/RemesherPlugin.hh +++ b/RemesherPlugin.hh @@ -75,7 +75,7 @@ signals: //BaseInterface void updateView(); - void updatedObject(int _id, const UpdateType _type); + void updatedObject(int _id, const UpdateType& _type); void setSlotDescription(QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions); -- GitLab