Skip to content

Commit

Permalink
Refs #10408 Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Oct 24, 2014
1 parent 1a4efa5 commit 48d737a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ class MockView : public ReflMainView
public:
MockView(){};
virtual void showTable(Mantid::API::ITableWorkspace_sptr model){ m_model = model;}
virtual void setOptionsHintStrategy(HintStrategy*) {};
virtual void setOptionsHintStrategy(MantidQt::MantidWidgets::HintStrategy*) {};
MOCK_METHOD3(askUserString, std::string(const std::string& prompt, const std::string& title, const std::string& defaultValue));
MOCK_METHOD2(askUserYesNo, bool(std::string, std::string));
MOCK_METHOD2(giveUserCritical, void(std::string, std::string));
Expand Down

0 comments on commit 48d737a

Please sign in to comment.