Skip to content

Commit

Permalink
code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Aug 7, 2019
1 parent a0c5696 commit be65166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimG4Core/Application/interface/ExceptionHandler.h
Expand Up @@ -30,8 +30,8 @@ class ExceptionHandler : public G4VExceptionHandler {
const char *description) override;

private:
ExceptionHandler(const ExceptionHandler &) = delete;
ExceptionHandler &operator=(const ExceptionHandler &right) = delete;
ExceptionHandler(const ExceptionHandler &);
ExceptionHandler &operator=(const ExceptionHandler &right);
};

#endif

0 comments on commit be65166

Please sign in to comment.