Changeset 18846 for trunk/FACT++


Ignore:
Timestamp:
05/06/17 16:27:41 (7 years ago)
Author:
tbretz
Message:
Added a missing const qualifier.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Shell.cc

    r10312 r18846  
    243243    getmaxyx(stdscr, maxy, maxx);
    244244
    245     int separator = maxy-fPanelHeight;
     245    const int separator = maxy-fPanelHeight;
    246246
    247247    WINDOW *new_in    = all ? newwin(maxy,    maxx,   0, 0) : 0;
Note: See TracChangeset for help on using the changeset viewer.