From 191345de8138826df325c19fa6c0717d3391db61 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 18 Apr 1995 08:40:18 +0000 Subject: [PATCH] Portato out of line un metodo inline dei record array git-svn-id: svn://10.65.10.50/trunk@1255 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/relation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/relation.h b/include/relation.h index afe29ab04..5ed479b7c 100755 --- a/include/relation.h +++ b/include/relation.h @@ -1,4 +1,4 @@ -/* $Id: relation.h,v 1.14 1995-04-14 12:14:16 guy Exp $ */ +/* $Id: relation.h,v 1.15 1995-04-18 08:40:18 guy Exp $ */ // join.h // fv 12/8/93 // join class for isam files @@ -153,7 +153,7 @@ class TRecord_array : private TArray private: int rec2row(const TRectype& r) const; // Estrae il numero riga di un record - const TRectype& key() const { return (const TRectype&)operator[](0); } + const TRectype& key() const; public: int rows() const { return items()-1; } // Numero di righe presenti