Index: trunk/FACT++/src/HeadersFTM.h
===================================================================
--- trunk/FACT++/src/HeadersFTM.h	(revision 11299)
+++ trunk/FACT++/src/HeadersFTM.h	(revision 11300)
@@ -215,4 +215,11 @@
 
         StaticData() { init(*this); }
+        StaticData(const std::vector<uint16_t> &vec)
+        {
+            ntohcpy(vec, *this);
+
+            for (int i=0; i<8; i++)
+                Reverse(fClockConditioner+i);
+        }
 
         std::vector<uint16_t> HtoN() const
@@ -223,12 +230,4 @@
 
             return htoncpy(d);
-        }
-
-        void operator=(const std::vector<uint16_t> &vec)
-        {
-            ntohcpy(vec, *this);
-
-            for (int i=0; i<8; i++)
-                Reverse(fClockConditioner+i);
         }
 
