Hello, i was reading the "Processing with controls" tutorial and found that it has an error when telling the reader to add the InControl.hxx and OutControl.hxx to the existing processing.<br><br>it says:<br><pre>
       #include "InControl.hxx"<br>       #include "OutControl.hxx"</pre><br>But it should be:<br><pre>       #include <CLAM/InControl.hxx><br>       #include <CLAM/OutControl.hxx><br><br></pre>
That's all :)<br>