mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-11 19:24:10 +01:00
14 lines
618 B
Diff
14 lines
618 B
Diff
|
diff --git a/src/osgEarthSymbology/Resource b/src/osgEarthSymbology/Resource
|
||
|
index a8a1441..934fc7d 100644
|
||
|
--- a/src/osgEarthSymbology/Resource
|
||
|
+++ b/src/osgEarthSymbology/Resource
|
||
|
@@ -33,7 +33,7 @@ namespace osgEarth { namespace Symbology
|
||
|
class OSGEARTHSYMBOLOGY_EXPORT Resource : public Taggable<osg::Object>
|
||
|
{
|
||
|
protected:
|
||
|
- Resource(const Resource& rhs,const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY) {};
|
||
|
+ Resource(const Resource& rhs,const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY) : Taggable() {};
|
||
|
Resource( const Config& config =Config() );
|
||
|
|
||
|
/** dtor */
|