Some fixes found by resharper c++
This commit is contained in:
@@ -397,7 +397,7 @@ class Short_Comparison_Test {
|
||||
public:
|
||||
Short_Comparison_Test() : value_(5) {}
|
||||
|
||||
short get_value() { return value_; }
|
||||
short get_value() const { return value_; }
|
||||
|
||||
short value_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user