Skip to content

Commit ee4dc3c

Browse files
committed
or is a c++ keyword
1 parent 44e04c4 commit ee4dc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

display.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ static inline int glyph_width(QEditScreen *s, QEFont *font, int ch)
246246
void fill_rectangle(QEditScreen *s,
247247
int x1, int y1, int w, int h, QEColor color);
248248
void set_clip_rectangle(QEditScreen *s, CSSRect *r);
249-
void push_clip_rectangle(QEditScreen *s, CSSRect *or, CSSRect *r);
249+
void push_clip_rectangle(QEditScreen *s, CSSRect *oldr, CSSRect *r);
250250

251251
void free_font_cache(QEditScreen *s);
252252
QEFont *select_font(QEditScreen *s, int style, int size);

0 commit comments

Comments
 (0)