Skip to content

Commit

Permalink
GetHost
Browse files Browse the repository at this point in the history
Had reverted somehow to SetHost, reset to agreed GetHost
  • Loading branch information
revisionfx committed Nov 25, 2019
1 parent fdf7982 commit d0e7a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ofxCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ OfxExport int OfxGetNumberOfPlugins(void);
* Plug-in can return kOfxStatFailed to indicate it has nothing to do here, it's not for this Host and it should be skipped silently.
*/

OfxExport OfxStatus OfxSetHost(const OfxHost *host);
OfxExport OfxStatus OfxGetHost(const OfxHost *host);

/**
\defgroup PropertiesAll Ofx Properties
Expand Down

0 comments on commit d0e7a17

Please sign in to comment.