Closed manuel5975p closed 4 years ago
The line
using namespace acid;
in the file BlitFilter.hpp : 5 seems unnecessary and wrecks projects since a lot of classnames coincide with other libraries. Is there a reason for this?
BlitFilter.hpp : 5
There was no reason for that global using namespace, thanks for catching that error!
The line
in the file
BlitFilter.hpp : 5
seems unnecessary and wrecks projects since a lot of classnames coincide with other libraries. Is there a reason for this?