Added ProxyLayer support into osgTerrain plugin

This commit is contained in:
Robert Osfield
2007-08-29 12:18:41 +00:00
parent 63c283ad03
commit 2f895b839e
5 changed files with 75 additions and 5 deletions

View File

@@ -300,7 +300,7 @@ class OSGTERRAIN_EXPORT ProxyLayer : public Layer
protected:
virtual ~ProxyLayer() {}
virtual ~ProxyLayer();
};