Commit 1b3ed8f0 authored by Zachary Thorson's avatar Zachary Thorson

Fixed initializer order for Linux/OSx compiles

parent e7a004f5
......@@ -59,8 +59,8 @@ public:
private:
SettingsFact* _videoSourceFact;
SettingsFact* _tcpUrlFact;
SettingsFact* _udpPortFact;
SettingsFact* _tcpUrlFact;
SettingsFact* _rtspUrlFact;
SettingsFact* _videoAspectRatioFact;
SettingsFact* _gridLinesFact;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment