Table.ATable -> ATable.

This commit is contained in:
Kolan Sh 2014-07-23 19:00:42 +04:00
parent 625b25f494
commit 40634fe040
1 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@ namespace LAview {
TOPRULE, MIDRULE, CMIDRULE, BOTTOMRULE, NOALIGN, ADDLINESPACE
}
void end_subtable (Table.ATable table,
void end_subtable (ATable table,
TableTagType subtable_type, uint tag_left_abspos) {
if (in_caption) {
subtable.caption = contents[row_abs_pos:tag_left_abspos].compress ();
@ -385,7 +385,7 @@ namespace LAview {
subtable = new Subtable ();
}
protected TokenType scan_tex_symbol (Table.ATable table) throws ParseError {
protected TokenType scan_tex_symbol (ATable table) throws ParseError {
var tag = 0U;
var matched_tag_length = fifo_is_tag (local_tokens_to_class_start, out tag);
var message = "";