J :
* Damn why did that compile. * Okay, I hope this works as intended now
This commit is contained in:
@@ -31,7 +31,7 @@ int Subtypes::find(string value, bool forceAdd){
|
|||||||
|
|
||||||
int Subtypes::find(const char * subtype, bool forceAdd){
|
int Subtypes::find(const char * subtype, bool forceAdd){
|
||||||
string value = subtype;
|
string value = subtype;
|
||||||
return (find(value), forceAdd);
|
return find(value, forceAdd);
|
||||||
}
|
}
|
||||||
|
|
||||||
string Subtypes::find(unsigned int id){
|
string Subtypes::find(unsigned int id){
|
||||||
|
|||||||
Reference in New Issue
Block a user