Codechange: Pass std::string_view from blitters instead of char *.
This commit is contained in:
committed by
Peter Nelson
parent
332cbca36e
commit
6bc4a62c27
@@ -31,7 +31,7 @@ public:
|
||||
void PaletteAnimate(const Palette &) override { };
|
||||
Blitter::PaletteAnimation UsePaletteAnimation() override { return Blitter::PALETTE_ANIMATION_NONE; };
|
||||
|
||||
const char *GetName() override { return "null"; }
|
||||
std::string_view GetName() override { return "null"; }
|
||||
};
|
||||
|
||||
/** Factory for the blitter that does nothing. */
|
||||
|
||||
Reference in New Issue
Block a user