Ignore:
Timestamp:
Jan 11, 2016, 7:03:16 PM (9 years ago)
Author:
ldelgass
Message:

namespace fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/Placard.h

    r5944 r5952  
    6565
    6666    PlacardNode() :
    67         LabelNode()
     67        osgEarth::Annotation::LabelNode()
    6868    {}
    6969    PlacardNode(const PlacardNode& other, const osg::CopyOp& op = osg::CopyOp::DEEP_COPY_ALL) :
    70         LabelNode(other, op),
     70        osgEarth::Annotation::LabelNode(other, op),
    7171        _placardConf(other._placardConf)
    7272    {
     
    7676                const Placard& placardConf,
    7777                const osgEarth::Features::AttributeTable &attrs,
    78                 const osgEarth::Style& style = osgEarth::Style());
     78                const osgEarth::Symbology::Style& style = osgEarth::Symbology::Style());
    7979
    8080    virtual ~PlacardNode()
Note: See TracChangeset for help on using the changeset viewer.