Changeset 18059


Ignore:
Timestamp:
01/03/15 18:49:19 (10 years ago)
Author:
tbretz
Message:
Fixed another parenthesis warning.
File:
1 edited

Legend:

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

    r18057 r18059  
    2222    float position[3];
    2323
    24     cameraLocation() : rotX(0), rotY(0), position({0,0,0})
     24    cameraLocation() : rotX(0), rotY(0), position{0,0,0}
    2525    {}
    2626    cameraLocation(float rx, float ry, float x, float y, float z): rotX(rx), rotY(ry), position{x,y,z}
Note: See TracChangeset for help on using the changeset viewer.