From 10687dadf8015ddc8f71203e2bbe18c0846cc02f Mon Sep 17 00:00:00 2001 From: luca Date: Thu, 22 Jan 2004 15:23:23 +0000 Subject: [PATCH] Patch level :2.0 partners 672 Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@11720 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cglib01.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cg/cglib01.h b/cg/cglib01.h index 560a42c47..17bb96e0f 100755 --- a/cg/cglib01.h +++ b/cg/cglib01.h @@ -173,14 +173,13 @@ class TBill : public TSortable char _sezione; protected: - virtual int compare(const TSortable& s) const; - virtual const char* class_name() const { return "Conto"; } - void set_description(const char* d); const TBill& copy(const TBill& b); const char* field_name(int n, bool contro) const; public: // TObject + virtual int compare(const TSortable& s) const; + virtual const char* class_name() const { return "Conto"; } virtual bool ok() const; // Gruppo, Conto e Sottoconto non nulli public: