add default return in switch-case
This commit is contained in:
parent
6b84fa82fc
commit
2a9e602a1b
@ -79,6 +79,7 @@ struct ContentPack {
|
||||
case ContentType::ENTITY: return ContentPack::ENTITIES_FOLDER;
|
||||
case ContentType::GENERATOR: return ContentPack::GENERATORS_FOLDER;
|
||||
case ContentType::NONE: return fs::u8path("");
|
||||
default: return fs::u8path("");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user