Cleanup: Remove effect-less const
Using `const` on an enum type returned by value doesn't have an effect.
This commit is contained in:
@@ -138,7 +138,7 @@ class Value {
|
||||
|
||||
public:
|
||||
virtual ~Value() = default;
|
||||
const eValueType type() const
|
||||
eValueType type() const
|
||||
{
|
||||
return type_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user