Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 16, 2011, 10:23:00 PM (13 years ago)
Author:
landauf
Message:

2x virtual because it may be required in some cases (Singleton & LANDiscoverable) and 2x for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/graphics/ParticleEmitter.h

    r7163 r7904  
    4141        public:
    4242            ParticleEmitter(BaseObject* creator);
    43             ~ParticleEmitter();
     43            virtual ~ParticleEmitter();
    4444
    4545            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
Note: See TracChangeset for help on using the changeset viewer.