Skip to content

Commit

Permalink
Fixed friend class bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
warmist committed May 6, 2014
1 parent e29e29d commit fef2961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rendermax/renderer_light.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ class lightingEngineViewscreen:public lightingEngine
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);
Expand Down

0 comments on commit fef2961

Please sign in to comment.