Skip to content

Commit

Permalink
Missed a file.
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jul 21, 2017
1 parent a506ed3 commit 0808e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/script/interfaces/SelectionInterface.h
Expand Up @@ -40,8 +40,8 @@ class SelectionInterface :
void foreachSelected(const SelectionSystem::Visitor& visitor);
void foreachSelectedComponent(const SelectionSystem::Visitor& visitor);

void setSelectedAll(bool selected);
void setSelectedAllComponents(bool selected);
void setSelectedAll(int selected);
void setSelectedAllComponents(int selected);

ScriptSceneNode ultimateSelected();
ScriptSceneNode penultimateSelected();
Expand Down

0 comments on commit 0808e7b

Please sign in to comment.