<html><head></head><body><div style="color:#000; background-color:#fff; font-family:lucida console, sans-serif;font-size:13px"><div id="yui_3_16_0_1_1448186202554_2327" dir="ltr">Hi,</div><div id="yui_3_16_0_1_1448186202554_2338" dir="ltr"><br></div><div id="yui_3_16_0_1_1448186202554_2402" dir="ltr">The include/osgViewer/View include has that suspicious line:<br></div><div id="yui_3_16_0_1_1448186202554_2337" dir="ltr"><br></div><div id="yui_3_16_0_1_1448186202554_2444" dir="ltr"> template<class T> void setImagePager(const osg::ref_ptr<T>* ip) { setImagePager(ip.get()); }</div><div id="yui_3_16_0_1_1448186202554_2430" dir="ltr"><br></div><div id="yui_3_16_0_1_1448186202554_2431" dir="ltr">which fails to compile on mac with :</div><div class="" id="yui_3_16_0_1_1448186202554_2483"><pre class="" id="yui_3_16_0_1_1448186202554_2489"> member reference base type 'const osg::ref_ptr<T> *' is not a structure or union</pre></div><div id="yui_3_16_0_1_1448186202554_2447" dir="ltr"><br></div><div id="yui_3_16_0_1_1448186202554_2448" dir="ltr">This pattern using osg::ref_ptr is used in many places but that suspicious line is only one with pointer instead of reference.</div><div id="yui_3_16_0_1_1448186202554_2662" dir="ltr"><br></div><div id="yui_3_16_0_1_1448186202554_2548" dir="ltr">Philippe.<br></div><div id="yui_3_16_0_1_1448186202554_2265"><br></div></div></body></html>