Revert "fix: optimization: Various PVS-Studio warnings"
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ namespace xml {
|
||||
std::string name;
|
||||
std::string text;
|
||||
public:
|
||||
Attribute() = default;
|
||||
Attribute() {};
|
||||
Attribute(std::string name, std::string text);
|
||||
|
||||
const std::string& getName() const;
|
||||
|
||||
Reference in New Issue
Block a user