[keel,studio,turbine] Finish removing implicit String(const char*) calls
This commit is contained in:
@@ -34,11 +34,11 @@ class ItemMakerT: public ItemMaker {
|
||||
const ox::ClawFormat fmt;
|
||||
public:
|
||||
constexpr explicit ItemMakerT(
|
||||
ox::String pDisplayName,
|
||||
ox::String pParentDir,
|
||||
ox::CRStringView fileExt,
|
||||
ox::StringView pDisplayName,
|
||||
ox::StringView pParentDir,
|
||||
ox::StringView fileExt,
|
||||
ox::ClawFormat pFmt = ox::ClawFormat::Metal) noexcept:
|
||||
ItemMaker(std::move(pDisplayName), std::move(pParentDir), fileExt),
|
||||
ItemMaker(ox::String(pDisplayName), ox::String(pParentDir), fileExt),
|
||||
fmt(pFmt) {
|
||||
}
|
||||
constexpr ItemMakerT(
|
||||
|
Reference in New Issue
Block a user