From a8c9e1f151845a0f90ee4e8db6108a7e15721c7d Mon Sep 17 00:00:00 2001 From: angelo Date: Mon, 5 Feb 1996 08:10:06 +0000 Subject: [PATCH] Corretti errori di compilazione. git-svn-id: svn://10.65.10.50/trunk@2551 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/form.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/form.h b/include/form.h index a822c5626..301493ee1 100755 --- a/include/form.h +++ b/include/form.h @@ -833,6 +833,7 @@ public: // (chiama ) const char* get_special_value(const char* s) const { return get_special_item(s, 1); } + void TForm_item::set_special_value(const char* s, const char* val); // @cmember Ritorna il tipo dello special corrispondente al nome

// (chiama ) const char* get_special_type (const char* s) const