Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaudi
Gaudi
Commits
e9920689
Commit
e9920689
authored
2 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Plain Diff
Fix clang warning.
See merge request
!1340
parents
78c030e2
9322c752
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1340
Fix clang warning.
Pipeline
#4038023
passed
2 years ago
Stage: pre-build-checks
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GaudiKernel/include/GaudiKernel/DataObjID.h
+3
-1
3 additions, 1 deletion
GaudiKernel/include/GaudiKernel/DataObjID.h
with
3 additions
and
1 deletion
GaudiKernel/include/GaudiKernel/DataObjID.h
+
3
−
1
View file @
e9920689
/***********************************************************************************\
* (c) Copyright 1998-202
0
CERN for the benefit of the LHCb and ATLAS collaborations *
* (c) Copyright 1998-202
2
CERN for the benefit of the LHCb and ATLAS collaborations *
* *
* This software is distributed under the terms of the Apache version 2 licence, *
* copied verbatim in the file "LICENSE". *
...
...
@@ -54,6 +54,8 @@ public:
DataObjID
(
const
CLID
&
clid
,
std
::
string
key
);
DataObjID
(
std
::
string
className
,
std
::
string
key
);
DataObjID
&
operator
=
(
const
DataObjID
&
)
=
default
;
/// only return the last part of the key
const
std
::
string
&
key
()
const
{
return
m_key
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment