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:
parent
30cf465247
commit
4ae91ce92e
@ -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)
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user