Ignore:
Timestamp:
09/21/17 17:00:26 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

C++11 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/plugin/src/xplra/MessageWindow.h

    r51 r92  
    9898     * started to be scrolled, if it should be scrolled.
    9999     */
    100     static const float scrollTimeout = 1.0;
     100    static constexpr float scrollTimeout = 1.0;
    101101
    102102    /**
    103103     * The amount of time in seconds between each character step.
    104104     */
    105     static const float scrollInterval = 0.1;
     105    static constexpr float scrollInterval = 0.1;
    106106
    107107private:
Note: See TracChangeset for help on using the changeset viewer.