Small fixup in python wrapper
This commit is contained in:
parent
fe24c0717c
commit
bef5f5b9f4
@ -32,7 +32,7 @@ namespace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const DeckKeyword& getKeyword_int( const Deck& deck, size_t index ) {
|
const DeckKeyword& getKeyword_int( const Deck& deck, size_t index ) {
|
||||||
return deck.getKeyword(index);
|
return deck[index];
|
||||||
}
|
}
|
||||||
|
|
||||||
//This adds a keyword by copy
|
//This adds a keyword by copy
|
||||||
|
Loading…
Reference in New Issue
Block a user