diff --git a/cg/conto.h b/cg/conto.h index 3cb66b6a0..fdd5f797c 100755 --- a/cg/conto.h +++ b/cg/conto.h @@ -20,7 +20,7 @@ class TBill : public TSortable protected: virtual int compare(const TSortable& s) const; virtual const char* class_name() const { return "Conto"; } - const char* describe(); + void describe(); const TBill& copy(const TBill& b);