Suppress compiler warning.

This commit is contained in:
Jeroen Bakker
2021-04-06 08:39:41 +02:00
parent 9c20228128
commit c6ddc2abd3

View File

@@ -55,6 +55,6 @@ struct WorkPackage {
#endif
};
std::ostream &operator<<(std::ostream &os, const WorkPackage &WorkPackage);
std::ostream &operator<<(std::ostream &os, const WorkPackage &work_package);
} // namespace blender::compositor