Fix for bug334572
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / TmfEvent.java
index 375067f1ffe9ad1898cd2cd4eedd40dddf984744..57a4510fb544f4c0e7a7fa9f6a7441c4b6c4dc55 100644 (file)
@@ -126,7 +126,7 @@ public class TmfEvent implements ITmfEvent {
     /**
      * Constructor - no rank, no content, no trace
      */
-    public TmfEvent(TmfTimestamp timestamp, String source, ITmfEventType type, String reference)
+    public TmfEvent(ITmfTimestamp timestamp, String source, ITmfEventType type, String reference)
     {
         this(null, -1, timestamp, source, type, null, reference);
     }
This page took 0.023603 seconds and 5 git commands to generate.