mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Add missing include guard to nsSVGInnerSVGFrame.h (apperently it's never had one!).
This commit is contained in:
parent
9a00e6195b
commit
87341a69d3
@ -3,6 +3,9 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef __NS_SVGINNERSVGFRAME_H__
|
||||
#define __NS_SVGINNERSVGFRAME_H__
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "nsSVGContainerFrame.h"
|
||||
#include "nsISVGSVGFrame.h"
|
||||
@ -71,3 +74,6 @@ protected:
|
||||
|
||||
nsAutoPtr<gfxMatrix> mCanvasTM;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user