Changeset 18957 for trunk/Mars/mbase


Ignore:
Timestamp:
03/25/18 16:32:05 (7 years ago)
Author:
tbretz
Message:
Improved compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MStatusDisplay.cc

    r18139 r18957  
    23962396
    23972397            // Add the canvas to the list
    2398             const TString name  = c->GetName();
    2399             const TString title = c->GetTitle();
    2400             if (title.IsNull() || name==title)
     2398            const TString _name  = c->GetName();
     2399            const TString _title = c->GetTitle();
     2400            if (_title.IsNull() || _name==_title)
    24012401                c->SetTitle(gFile->GetName());
    24022402            list.Add(c);
Note: See TracChangeset for help on using the changeset viewer.