Skip to content

Commit

Permalink
class library: PbindProxy - fix missing clear method
Browse files Browse the repository at this point in the history
  • Loading branch information
telephon committed May 28, 2015
1 parent ab1c3a9 commit 25a296f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SCClassLibrary/JITLib/Patterns/Pdef.sc
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,10 @@ PbindProxy : Pattern {
source = EventPatternProxy(Pbind(*pairs));

}
clear {
pairs = [];
source.clear;
}
embedInStream { arg inval;
^source.embedInStream(inval)
}
Expand Down

0 comments on commit 25a296f

Please sign in to comment.