Fix compile errors

This commit is contained in:
2026-01-05 01:50:05 +08:00
parent c136cdf7f6
commit cad331eb2c
33 changed files with 79 additions and 354 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ namespace OFX {
/// \arg plugin - the plugin being created
/// \arg desc - the descriptor for that plugin
/// \arg context - the context to be created in
virtual Instance* newInstance(std::shared_ptr<olive::plugin::PluginNode> clientData,
virtual Instance* newInstance(void *clientData,
ImageEffectPlugin* plugin,
Descriptor& desc,
const std::string& context) = 0;