Skip to content

Commit

Permalink
Re #6096. Override parent algorithm's alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Jan 9, 2013
1 parent 84d97d9 commit a0a144f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ class DLLExport InterpolatingRebin : public Algorithms::Rebin
virtual int version() const { return 1;}
/// Algorithm's category for identification overriding a virtual method
virtual const std::string category() const { return "Transforms\\Rebin";}
/// Alias for the algorithm. Must override so it doesn't get parent class's
virtual const std::string alias() const { return ""; }

protected:
/// Sets documentation strings for this algorithm
Expand Down

0 comments on commit a0a144f

Please sign in to comment.