mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[187860] fixing new clear(String) method so that it really clears the set of used mnemonics first
This commit is contained in:
parent
4fef35c2b1
commit
65c2353b40
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ public class Mnemonics {
|
|||
* @param usedMnemonics
|
||||
*/
|
||||
public void clear(String usedMnemonics) {
|
||||
clear();
|
||||
makeUsed(usedMnemonics);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue