Oups - terrainsamplers header was modified, too
This commit is contained in:
parent
b2f8238696
commit
11016dbe84
1 changed files with 1 additions and 3 deletions
4
src/Environment/terrainsampler.hxx
Executable file → Normal file
4
src/Environment/terrainsampler.hxx
Executable file → Normal file
|
@ -29,10 +29,8 @@ namespace Environment {
|
||||||
class TerrainSampler : public SGSubsystemGroup
|
class TerrainSampler : public SGSubsystemGroup
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~TerrainSampler();
|
|
||||||
static TerrainSampler * createInstance( SGPropertyNode_ptr rootNode );
|
static TerrainSampler * createInstance( SGPropertyNode_ptr rootNode );
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
#endif
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in a new issue