diff --git a/edo/src/edoSampler.h b/edo/src/edoSampler.h index efd776492..4a0d9244b 100644 --- a/edo/src/edoSampler.h +++ b/edo/src/edoSampler.h @@ -51,8 +51,6 @@ public: // virtual EOType operator()( D& ) = 0 (provided by eoUF< A1, R >) - virtual EOType sample( D& ) = 0; - EOType operator()( D& distrib ) { unsigned int size = distrib.size(); @@ -84,6 +82,10 @@ public: return solution; } +protected: + + virtual EOType sample( D& ) = 0; + private: //edoBounderNo _dummy_bounder;