Fixed friend class bug.

develop
Warmist 2014-05-06 07:17:02 +03:00
parent e29e29d537
commit fef296110f
1 changed files with 1 additions and 1 deletions

@ -360,7 +360,7 @@ private:
std::unordered_map<std::pair<int,int>,itemLightDef> itemDefs;
int w,h;
DFHack::rect2d mapPort;
friend lightThreadDispatch;
friend class lightThreadDispatch;
};
rgbf blend(const rgbf& a,const rgbf& b);
rgbf blendMax(const rgbf& a,const rgbf& b);