Skip to content
Snippets Groups Projects
Commit 92c6b5fa authored by zoujh@ihep.ac.cn's avatar zoujh@ihep.ac.cn
Browse files

suppress the reorder warnings

parent f7848144
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ components: ...@@ -85,7 +85,7 @@ components:
includes: "#include <podio/ObjectID.h>\n" includes: "#include <podio/ObjectID.h>\n"
declaration: " declaration: "
ObjectID() = default;\n ObjectID() = default;\n
ObjectID(const podio::ObjectID& id ): index(id.index), collectionID(id.collectionID) {}\n ObjectID(const podio::ObjectID& id ): collectionID(id.collectionID), index(id.index) {}\n
" "
################################################################################################################# #################################################################################################################
# #
......
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