Changeset 17559 for trunk/Mars/mbase


Ignore:
Timestamp:
02/19/14 16:54:25 (11 years ago)
Author:
aparavac
Message:
Added compatibilty for gcc 4.7 and c11 std
File:
1 edited

Legend:

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

    r17130 r17559  
    29162916
    29172917        ps->SetTextAlign(21); // cent bottom
    2918         PSToolsTextNDC(*ps, 0.50, top+off, TString("MARS V"MARSVER" - Modular Analysis and Reconstruction Software - ")+d.AsString());
     2918        PSToolsTextNDC(*ps, 0.50, top+off, TString("MARS V" MARSVER " - Modular Analysis and Reconstruction Software - ")+d.AsString());
    29192919
    29202920        ps->SetTextAlign(31); // right bottom
Note: See TracChangeset for help on using the changeset viewer.