diff --git a/include/relation.h b/include/relation.h index 636342b90..4bdbe026d 100755 --- a/include/relation.h +++ b/include/relation.h @@ -1,4 +1,4 @@ -/* $Id: relation.h,v 1.25 1995-08-21 07:47:18 guy Exp $ */ +/* $Id: relation.h,v 1.26 1995-08-24 12:47:05 angelo Exp $ */ // join.h // fv 12/8/93 // join class for isam files @@ -294,6 +294,7 @@ protected: virtual bool changed(); // Vedi i TCursor public: + TRecnotype operator =(const TRecnotype nr) {return TCursor::operator =(nr); } void change_order(const char * order_expr); // Permette di cambiare l'ordinamento del cursore. TSorted_cursor(TRelation *f,const char * order_expr, const char * filter = "", int key = 1, const TRectype* from = NULL, const TRectype* to = NULL); virtual ~TSorted_cursor();