Skip to content

Commit

Permalink
Fix: linux compile problem
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Jan 21, 2015
1 parent c9d65a0 commit 34ee6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarthSymbology/Skins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ SkinResource::createImage( const osgDB::Options* dbOptions ) const
OSGEARTH_REGISTER_SIMPLE_SYMBOL(skin, SkinSymbol);

SkinSymbol::SkinSymbol(const SkinSymbol& rhs,const osg::CopyOp& copyop):
Taggable(rhs, copyop),
Taggable<Symbol>(rhs, copyop),
_library(rhs._library),
_objHeight(rhs._objHeight),
_minObjHeight(rhs._minObjHeight),
Expand Down

0 comments on commit 34ee6c7

Please sign in to comment.