Skip to content

Commit

Permalink
Re #5167. Clear compiler warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Aug 27, 2012
1 parent 1de49f1 commit f627468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace SliceViewer
void setRadius(double radius);

const QPointF & getOrigin() const;
const double getRadius() const;
double getRadius() const;

signals:

Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/SliceViewer/src/PeakOverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace SliceViewer
const QPointF & PeakOverlay::getOrigin() const
{ return m_origin; }

const double PeakOverlay::getRadius() const
double PeakOverlay::getRadius() const
{ return m_radius; }

//----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit f627468

Please sign in to comment.