Skip to content

Commit

Permalink
Stub out missing method in geckolib
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Aug 12, 2016
1 parent 748a573 commit 8eb1a70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ports/geckolib/wrapper.rs
Expand Up @@ -162,6 +162,10 @@ impl<'ln> TNode for GeckoNode<'ln> {
unimplemented!()
}

fn dump_style(self) {
unimplemented!()
}

fn opaque(&self) -> OpaqueNode {
let ptr: uintptr_t = self.node as uintptr_t;
OpaqueNode(ptr)
Expand Down

0 comments on commit 8eb1a70

Please sign in to comment.