mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1026535 followup: Fix incorrect forward-declaration 'class PrintData' to use 'struct'. rs=mconley
This commit is contained in:
parent
cc25ec3a6c
commit
9f5fb888ed
@ -11,7 +11,7 @@ struct nsFont;
|
||||
|
||||
namespace mozilla {
|
||||
namespace embedding {
|
||||
class PrintData;
|
||||
struct PrintData;
|
||||
}
|
||||
}
|
||||
%}
|
||||
|
Loading…
Reference in New Issue
Block a user