diff --git a/source/src/GetWeight.cpp b/source/src/GetWeight.cpp index 01bb1a72..ff638b14 100644 --- a/source/src/GetWeight.cpp +++ b/source/src/GetWeight.cpp @@ -54,7 +54,7 @@ namespace bool storeAsymError () const { return RooDataSet::_wgtVar ? RooDataSet::_wgtVar->getAttribute ( "StoreAsymError" ) : false ; } // ======================================================================== - const RooAbsReal* wgtVar () const { return _wgtVar ; } + const RooAbsReal* wgtVar () const { return RooDataSet::_wgtVar ; } // ======================================================================== } ; // ==========================================================================