Skip to content
Snippets Groups Projects
Commit 58ee2daf authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Use constexpr to initialize constant in class definition

parent 635624a6
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class MediaPluginGStreamer010 : public MediaPluginBase
bool play(double rate);
bool getTimePos(double &sec_out);
static const double MIN_LOOP_SEC = 1.0F;
static constexpr double MIN_LOOP_SEC = 1.0F;
bool mIsLooping;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment