Skip to content

Commit

Permalink
refs #5167. Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Aug 30, 2012
1 parent 63c2691 commit f6cf5c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace MantidQt
class DLLExport NullPeaksPresenter : public PeaksPresenter
{
public:
virtual void update(){};
virtual void update(){}
virtual void updateWithSlicePoint(const double&)
{
}
Expand Down

0 comments on commit f6cf5c0

Please sign in to comment.