mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
LibPDF: Rely on default-constructor of Variant
This commit is contained in:
parent
9265595e42
commit
98a0f9c0bd
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ class Value : public Variant<Empty, std::nullptr_t, bool, int, float, Reference,
|
||||||
public:
|
public:
|
||||||
using Variant::Variant;
|
using Variant::Variant;
|
||||||
|
|
||||||
Value()
|
|
||||||
: Variant(Empty())
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
template<IsObject T>
|
template<IsObject T>
|
||||||
Value(RefPtr<T> const& refptr)
|
Value(RefPtr<T> const& refptr)
|
||||||
: Variant(nullptr)
|
: Variant(nullptr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue