Integrate the TmfEvent+ITmfTimestamp API
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.core / src / org / eclipse / linuxtools / lttng / core / event / LttngTimestamp.java
index 90aad15736933bdee280f649acde3d269e35ec51..9fd4f773b6a9bcb560cd86acf568e98df8507598 100644 (file)
@@ -46,7 +46,7 @@ public class LttngTimestamp extends TmfTimestamp {
      * 
      * @param oldEventTime    The timestamp object we want to copy from
      */
-    public LttngTimestamp(TmfTimestamp oldEventTime) {
+    public LttngTimestamp(ITmfTimestamp oldEventTime) {
         this(oldEventTime.getValue());
     }
     
This page took 0.023393 seconds and 5 git commands to generate.