Skip to content
Snippets Groups Projects
Commit e0d43fb2 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm "virtual"

parent d3fd7524
No related branches found
No related tags found
1 merge request!839various little cleanup & simplification
......@@ -180,7 +180,7 @@ protected:
virtual std::string axisName(size_t index) const = 0;
//! Generates an axis with correct name and default binning for given index
virtual std::unique_ptr<IAxis> createAxis(size_t index, size_t n_bins, double min,
std::unique_ptr<IAxis> createAxis(size_t index, size_t n_bins, double min,
double max) const;
//! Return 0 if no ROI has been explicitly set.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment