NatronGitHub / Natron

Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
http://NatronGitHub.github.io
GNU General Public License v2.0
4.54k stars 332 forks source link

Does namespace missed? #832

Open a01163125 opened 1 year ago

a01163125 commented 1 year ago

std::cout << "OFX: " << (void*)this << "->" << kOfxActionCreateInstance << "()->" << StatStr(st) << std::endl; D:--\source\repos\Natron\Natron\Engine\OfxImageEffectInstance.cpp line 184

Do you think missed OFX:: in it? Of course now I am in debug mode.