Removed an unnecessary friend declaration
This commit is contained in:
parent
1fa3c1956f
commit
7a0597dbe3
1 changed files with 0 additions and 4 deletions
|
|
@ -53,8 +53,6 @@ namespace ledger {
|
||||||
|
|
||||||
DECLARE_EXCEPTION(format_error, std::runtime_error);
|
DECLARE_EXCEPTION(format_error, std::runtime_error);
|
||||||
|
|
||||||
class report_t;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Brief
|
* @brief Brief
|
||||||
*
|
*
|
||||||
|
|
@ -118,8 +116,6 @@ public:
|
||||||
private:
|
private:
|
||||||
static element_t * parse_elements(const string& fmt);
|
static element_t * parse_elements(const string& fmt);
|
||||||
|
|
||||||
friend class report_t;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
format_t() {
|
format_t() {
|
||||||
TRACE_CTOR(format_t, "");
|
TRACE_CTOR(format_t, "");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue