Skip to content
Snippets Groups Projects
Commit 8d6709f4 authored by Rene Brun's avatar Rene Brun
Browse files

Fix a compilation warning

git-svn-id: http://root.cern.ch/svn/root/trunk@24296 27541ba8-7e3a-0410-8455-c3a389f83636
parent 2178fd7f
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ RooNameSet::RooNameSet(const RooArgSet& argSet)
//_____________________________________________________________________________
RooNameSet::RooNameSet(const RooNameSet& other) : TObject(other), RooPrintable(other), _nameList()
{
// Copy constructor\
// Copy constructor
_len = other._len ;
_nameList = new char[_len] ;
......
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