Skip to content
Snippets Groups Projects
Commit b390e433 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

AggregatorPad is not actually a GhostPad

parent f3cb4960
No related merge requests found
......@@ -147,7 +147,6 @@ impl ObjectType for AggregatorPad {
fn class_init(token: &ClassInitToken, klass: &mut AggregatorPadClass) {
ObjectClassExt::override_vfuncs(klass, token);
PadClassExt::override_vfuncs(klass, token);
GhostPadClassExt::override_vfuncs(klass, token);
AggregatorPadClassExt::override_vfuncs(klass, token);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment