Ignore:
Timestamp:
Jun 1, 2012, 9:57:13 PM (12 years ago)
Author:
Torben Dannhauer
Message:

Alpha version of the strategy pattern to separate the delegated DistortionSetup? algorithms from the main software.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionSetupStrategy.h

    r371 r372  
    3434public:
    3535        DistortionSetupStrategy();
    36         ~DistortionSetupStrategy();
     36        virtual ~DistortionSetupStrategy();
    3737        virtual void delegateDistortionSetup(osgViewer::DistortionSet* distortionSet)=0;
    3838
Note: See TracChangeset for help on using the changeset viewer.