mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:47:45 +00:00
LibWeb: Make SVGElement and SVGGeometryElement constructors protected
This commit is contained in:
parent
1b1537c5a6
commit
eabd43d31a
2 changed files with 4 additions and 2 deletions
|
@ -32,6 +32,7 @@ namespace Web::SVG {
|
|||
|
||||
class SVGGeometryElement : public SVGGraphicsElement {
|
||||
public:
|
||||
protected:
|
||||
SVGGeometryElement(Document& document, const FlyString& tag_name);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue