Added 'symbol_variation' script function

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@101 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-12-09 16:31:22 +00:00
parent 86328aaeec
commit c130916465
8 changed files with 110 additions and 37 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ class IndexMap : private vector<Value> {
/// Is a key in the domain of this index map?
inline bool containsKey(const Key& key) const {
assert(key);
return key->index < this.size() && get_key((*this)[key->index]) == key;
return key->index < this->size() && get_key((*this)[key->index]) == key;
}
/// Find a value given the key name, return an iterator