Patch level : 12.0 nopatch

Files correlati     :
Commento:
Modificata get_mask in _get_mask
This commit is contained in:
Alessandro Bonazzi 2022-10-03 09:53:10 +02:00
parent 241edbb7aa
commit 091996c284

View File

@ -177,7 +177,7 @@ class TLetint : public TRelation_application
protected:
bool user_create();
bool user_destroy();
virtual TMask* get_mask(int mode) { return _mask; }
virtual TMask* _get_mask(int mode) { return _mask; }
virtual bool changing_mask(int mode) { return false; }
virtual bool protected_record(TRectype &rec);
virtual void init_query_mode(TMask& m);