[nostalgia,studio] Remove implicit ox::String::String(const char*) calls
This commit is contained in:
@@ -17,7 +17,7 @@ class SceneModule: public keel::Module {
|
||||
public:
|
||||
[[nodiscard]]
|
||||
ox::String id() const noexcept override {
|
||||
return "net.drinkingtea.nostalgia.scene";
|
||||
return ox::String("net.drinkingtea.nostalgia.scene");
|
||||
}
|
||||
|
||||
[[nodiscard]]
|
||||
|
||||
Reference in New Issue
Block a user