Skip to content
Snippets Groups Projects
Commit c2e904ca authored by Benedikt Hegner's avatar Benedikt Hegner
Browse files

Merge branch 'pseyfert_includeguard' into 'master'

add include guard to CommonAuditor.h

See merge request !361
parents 3d435670 81e7173c
No related branches found
No related tags found
1 merge request!361add include guard to CommonAuditor.h
Pipeline #
#ifndef GAUDIAUD_COMMONAUDITOR_H
#define GAUDIAUD_COMMONAUDITOR_H
#include "GaudiKernel/Auditor.h"
/// Base class with common functionalities shared by few auditor implementations.
......@@ -54,3 +57,5 @@ protected:
Gaudi::Property<std::vector<std::string>> m_customTypes{
this, "CustomEventTypes", {}, "[[deprecated]] use EventTypes instead"};
};
#endif // GAUDIAUD_COMMONAUDITOR_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment