Skip to content

Commit

Permalink
Prepend catalog helper. Refs #8244.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Nov 12, 2013
1 parent 67b3a87 commit 4fa5f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/MantidWidgets/src/ICatHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ namespace MantidQt
* @param inputDate :: string containing the date.
* @return time_t value of date
*/
time_t ICatHelper::getTimevalue(const std::string& inputDate)
time_t CatalogHelper::getTimevalue(const std::string& inputDate)
{
// Prevent any possible errors.
if(inputDate.empty()) return 0;
Expand Down

0 comments on commit 4fa5f1c

Please sign in to comment.