mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
HPL1: make StaticString constructor constexpr
This commit is contained in:
parent
204945ad31
commit
96ed9b9f79
@ -27,7 +27,7 @@ namespace Hpl1 {
|
||||
class StaticString
|
||||
{
|
||||
public:
|
||||
StaticString(const char *str) : _str(str)
|
||||
constexpr StaticString(const char *str) : _str(str)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user