Skip to content

Instantly share code, notes, and snippets.

@linearray
Created December 4, 2011 20:10
Show Gist options
  • Save linearray/1431144 to your computer and use it in GitHub Desktop.
Save linearray/1431144 to your computer and use it in GitHub Desktop.
header:
FB::JSObjectPtr foo;
void bar(FB::JSObjectPtr&);
cpp:
void myAPI::bar(FB::JSObjectPtr& quux){
foo = quux;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment