Bug 1026535 followup: Fix incorrect forward-declaration 'class PrintData' to use 'struct'. rs=mconley

This commit is contained in:
Daniel Holbert 2015-03-09 10:24:37 -07:00
parent 09fb377e19
commit d235ca5eab

View File

@ -11,7 +11,7 @@ struct nsFont;
namespace mozilla {
namespace embedding {
class PrintData;
struct PrintData;
}
}
%}