From Sebastian Messerschmidt, "n the trunk version the osgGA::GUIActionAdapter has additional functions for lineIntersection which use osgGA::GUIEventAdapter&, but the class declaration is neither forwarded, nor is the header included.
Using the trunk together with osgEarth 2.5 will fail to build, due to the missing type. Attached is the file forward declaring osgGA::GUIEventAdapter."
This commit is contained in:
parent
f2b746520b
commit
25ddbf8f1f
@ -52,7 +52,12 @@ You can override requestRedraw() and implement to call your own window
|
||||
redraw straight away. Or you can implement so that a flag is set and
|
||||
then you then respond the flag being set in your own leisure.
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
class GUIEventAdapter;
|
||||
|
||||
class GUIActionAdapter
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user