Modifica 95/7: resa pubblica la char2page()

git-svn-id: svn://10.65.10.50/trunk@1684 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
gianluca 1995-08-07 08:45:33 +00:00
parent 30cf465247
commit 4ae91ce92e
2 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,8 @@ HIDDEN TForm& form()
return *_cur_form;
}
// Translate char to pagetype
HIDDEN pagetype char2page(char c)
// Translate char to pagetype (visible outside here, no more HIDDEN)
pagetype char2page(char c)
{
pagetype pt;
switch(c)

View File

@ -25,6 +25,7 @@ class TCursor;
#endif
enum pagetype { odd_page, even_page, first_page, last_page };
pagetype char2page(char); // prototipo della funzione che converte dalla notazione carattere al corrispondente enum pagetype
class TForm;
class TForm_item;