mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 14:41:19 +00:00
Remove pointless declaration of private default ctor...
...(it's not generated by the compiler in this case)
This commit is contained in:
parent
308321095d
commit
f9c47354d2
@ -41,10 +41,6 @@ namespace reports {
|
||||
const std::string& report_name(TYPE type);
|
||||
|
||||
struct element {
|
||||
private:
|
||||
//! Shouldn't be used so only declared.
|
||||
element();
|
||||
public:
|
||||
explicit element(const std::string& text) :
|
||||
image(),
|
||||
text(text),
|
||||
|
Loading…
x
Reference in New Issue
Block a user