Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
cd5ea6ec
Commit
cd5ea6ec
authored
Aug 13, 2010
by
Guillaume Lazzara
Browse files
scribo/debug/text_areas_image.hh: Add a typedef to help g++-3.3.
parent
2925b324
Changes
2
Hide whitespace changes
Inline
Side-by-side
scribo/ChangeLog
View file @
cd5ea6ec
2010-08-13 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/debug/text_areas_image.hh: Add a typedef to help g++-3.3.
2010-08-12 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/preprocessing/rotate_90.hh: Add a typedef to help
...
...
scribo/scribo/debug/text_areas_image.hh
View file @
cd5ea6ec
...
...
@@ -110,7 +110,8 @@ namespace scribo
tr_box
(
comps
(
i
).
bbox
().
pmin
().
to_vec
()
+
trans
.
t
(),
comps
(
i
).
bbox
().
pmax
().
to_vec
()
+
trans
.
t
());
tr_image
<
mln_domain
(
I
),
tmp_t
,
trans_t
>
tr_ima
(
tr_box
,
tmp
,
trans
);
typedef
mln_domain
(
I
)
domain_t
;
tr_image
<
domain_t
,
tmp_t
,
trans_t
>
tr_ima
(
tr_box
,
tmp
,
trans
);
data
::
paste
(
tr_ima
,
output
);
dv
[
0
]
+=
comps
(
i
).
bbox
().
nrows
()
+
shift
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment