parent
f99c0b50ba
commit
b5ea773827
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "config.hpp"
|
||||
#include <optional>
|
||||
#include <variant>
|
||||
#include "utils/variant.hpp"
|
||||
|
||||
struct is_translatable
|
||||
{
|
||||
|
@ -36,7 +36,7 @@ struct is_translatable
|
|||
{
|
||||
return true;
|
||||
}
|
||||
bool operator()(const std::monostate&) const
|
||||
bool operator()(const utils::monostate&) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue