Skip to content

Commit

Permalink
fix coverity 1075417 (constructor init), re #11328
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Mar 12, 2015
1 parent 0a7446b commit ecfe4ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ namespace DataHandling {
class DLLExport LoadPreNexusMonitors : public Mantid::API::Algorithm {
public:
/// (Empty) Constructor
LoadPreNexusMonitors() : Mantid::API::Algorithm() {}
LoadPreNexusMonitors();
/// Virtual destructor
virtual ~LoadPreNexusMonitors() {}
/// Algorithm's name
Expand Down

0 comments on commit ecfe4ba

Please sign in to comment.