Skip to content

Commit

Permalink
- fix plugin compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Jan 23, 2025
1 parent 80275d2 commit 22a336c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hi_scripting/scripting/scriptnode/api/StaticNodeWrappers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ bool OpaqueNodeDataHolder::removeDataObject(ExternalData::DataType t, int index)

void UncompiledNode::ReloadComponent::mouseDown(const MouseEvent& e)
{
#if USE_BACKEND
if(!reloaded)
{
// show the compile menu...
Expand Down Expand Up @@ -432,9 +433,9 @@ void UncompiledNode::ReloadComponent::mouseDown(const MouseEvent& e)

MessageManager::callAsync(f);
}
#endif
}


OpaqueNodeDataHolder::Editor::Editor(OpaqueNodeDataHolder* obj, PooledUIUpdater* u, bool addDragger) :
ScriptnodeExtraComponent<OpaqueNodeDataHolder>(obj, u),
updater(u)
Expand Down

0 comments on commit 22a336c

Please sign in to comment.