Skip to content

Commit

Permalink
graph: fix undefined symbol
Browse files Browse the repository at this point in the history
Fix #182
  • Loading branch information
sekrit-twc committed Jul 1, 2022
1 parent 575471b commit 42be9b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/zimg/graph/filtergraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ FilterGraph::FilterGraph(std::unique_ptr<graphengine::Graph> graph, std::shared_
m_instance_data{ std::move(instance_data) },
m_source_id{ source_id },
m_sink_id{ sink_id },
m_requires_64b{}
m_requires_64b{},
m_source_greyalpha{},
m_sink_greyalpha{}
{}

FilterGraph::~FilterGraph() = default;
Expand Down

0 comments on commit 42be9b4

Please sign in to comment.