chan: add missing export macro

This commit is contained in:
Younguk Kim 2018-09-19 09:55:29 +09:00 committed by Sam Edwards
parent 0af1b9c988
commit ba9ea8ea27

View File

@ -248,8 +248,8 @@ inline std::ostream &operator <<(std::ostream &out, const PartBundle &bundle) {
return out;
}
std::ostream &operator <<(std::ostream &out, PartBundle::BlendType blend_type);
std::istream &operator >>(std::istream &in, PartBundle::BlendType &blend_type);
EXPCL_PANDA_CHAN std::ostream &operator <<(std::ostream &out, PartBundle::BlendType blend_type);
EXPCL_PANDA_CHAN std::istream &operator >>(std::istream &in, PartBundle::BlendType &blend_type);
#include "partBundle.I"