Removed an unnecessary friend declaration

This commit is contained in:
John Wiegley 2009-02-19 01:27:18 -04:00
parent 1fa3c1956f
commit 7a0597dbe3

View file

@ -53,8 +53,6 @@ namespace ledger {
DECLARE_EXCEPTION(format_error, std::runtime_error);
class report_t;
/**
* @brief Brief
*
@ -118,8 +116,6 @@ public:
private:
static element_t * parse_elements(const string& fmt);
friend class report_t;
public:
format_t() {
TRACE_CTOR(format_t, "");