/// index of default value cell of optional parameter (#1 -> n=0)
pos_type optIdx(int n) const { return n + 1; }
Stefan, why did you use pos_type here? Do you need something
signed? Even if yes, pos_type is in general related to a character
position inside a Paragraph.
Replaced this one and
Will fix them.
Stefan
PGP.sig
Description: Signierter Teil der Nachricht
/// index of default value cell of optional parameter (#1 -> n=0)
pos_type optIdx(int n) const { return n + 1; }
Stefan, why did you use pos_type here? Do you need something signed?
Even if yes, pos_type is in general related to a character position
inside a Paragraph.
Abdel.
Compiling...
Ma