Changeset 18057


Ignore:
Timestamp:
01/03/15 17:38:21 (10 years ago)
Author:
tbretz
Message:
Fixed a warning about paranthesis in list-initializers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/Q3DCameraWidget.h

    r14793 r18057  
    2424    cameraLocation() : rotX(0), rotY(0), position({0,0,0})
    2525    {}
    26     cameraLocation(float rx, float ry, float x, float y, float z): rotX(rx), rotY(ry), position({x,y,z})
     26    cameraLocation(float rx, float ry, float x, float y, float z): rotX(rx), rotY(ry), position{x,y,z}
    2727    {}
    2828};
Note: See TracChangeset for help on using the changeset viewer.