Skip to content

Commit

Permalink
Fix an error. Refs #5306.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Jul 26, 2012
1 parent 8b315b8 commit 9b0a0fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DLLExport ProcessBackground : public API::Algorithm

virtual void exec();

virtual const std::string category() const {return "Diffraction\Utility";}
virtual const std::string category() const {return "Diffraction\\Utility";}

virtual const std::string name() const {return "ProcessBackground";}

Expand Down

0 comments on commit 9b0a0fd

Please sign in to comment.