Skip to content
Snippets Groups Projects
Commit 4e124801 authored by Jan Möbius's avatar Jan Möbius
Browse files

Moved const UpdateType to reference

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@13344 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 6e4735f3
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ class SubdividerPlugin : public QObject, BaseInterface , ToolboxInterface, Loggi
signals:
void updateView();
void updatedObject(int _id, const UpdateType _type);
void updatedObject(int _id, const UpdateType& _type);
void addPickMode( const std::string _mode );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment