From 131b09ca183cba254e07e5e6dc4e16742c612dc8 Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Tue, 15 Mar 2011 18:05:45 +0100 Subject: [PATCH] * edoSampler: sampler method protected --- edo/src/edoSampler.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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;