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/Protocol.h

    r81 r92  
    259259     * The maximal message duration
    260260     */
    261     static const float MAX_MESSAGE_DURATION = 5*60;
     261    static constexpr float MAX_MESSAGE_DURATION = 5*60;
    262262
    263263    /**
Note: See TracChangeset for help on using the changeset viewer.