Index: /trunk/FACT++/gui/Q3DCameraWidget.h
===================================================================
--- /trunk/FACT++/gui/Q3DCameraWidget.h	(revision 18058)
+++ /trunk/FACT++/gui/Q3DCameraWidget.h	(revision 18059)
@@ -22,5 +22,5 @@
     float position[3];
 
-    cameraLocation() : rotX(0), rotY(0), position({0,0,0})
+    cameraLocation() : rotX(0), rotY(0), position{0,0,0}
     {}
     cameraLocation(float rx, float ry, float x, float y, float z): rotX(rx), rotY(ry), position{x,y,z}
