Remove pointless declaration of private default ctor...

...(it's not generated by the compiler in this case)
This commit is contained in:
Tomasz Śniatowski 2008-05-25 12:49:53 +01:00
parent 308321095d
commit f9c47354d2

View File

@ -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),