Changeset 492 for cpp/frams/genetics


Ignore:
Timestamp:
03/31/16 00:34:37 (8 years ago)
Author:
Maciej Komosinski
Message:

emscripten compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/geno.h

    r348 r492  
    1717public:
    1818        virtual int testGenoValidity(Geno& g) = 0;/// -1=no information  0=invalid  1=valid
     19        virtual ~GenoValidator() { };
    1920};
    2021
     
    2526public:
    2627        int testGenoValidity(Geno& g);
     28        ~ModelGenoValidator() { }
    2729};
    2830
Note: See TracChangeset for help on using the changeset viewer.