From 7c8f32f5709d456ca4ea5fd67fef6ed04d5da108 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 4 Nov 1994 07:38:20 +0000 Subject: [PATCH] MOdificata describe per i clienti fisici git-svn-id: svn://10.65.10.50/trunk@529 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/conto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);