From 30f2ef9855a67965b80ada2e22d3f91b0752c6c3 Mon Sep 17 00:00:00 2001 From: angelo Date: Tue, 27 Aug 1996 07:38:56 +0000 Subject: [PATCH] Aggiunti il costruttore ed il distruttore a TMovimentoPNVE. git-svn-id: svn://10.65.10.50/trunk@3449 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve6100.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ve/ve6100.cpp b/ve/ve6100.cpp index 1c6f290c0..93a636cd2 100755 --- a/ve/ve6100.cpp +++ b/ve/ve6100.cpp @@ -109,6 +109,8 @@ public: // ricalcola le righe di contabilita' dalle righe iva presenti // e verifica la quadratura del movimento. Ritorna TRUE se il movimento e' scrivibile bool recalc_cg_rows(TCausale* caus = NULL); + TMovimentoPN_VE() {}; + virtual ~TMovimentoPN_VE() {} }; TImporto TMovimentoPN_VE::real2imp(const real& r, char row_type)