Merge xdebug 1.3.x
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugFloatValue.java
index 5d2d4ee..0086c2a 100644 (file)
@@ -8,6 +8,12 @@ public class XDebugFloatValue extends XDebugAbstractValue {
                super(variable, varNode,TypeName);
                
        }
+       
+       public XDebugFloatValue(XDebugVariable variable,String TypeName) {
+               super(variable,TypeName);
+               
+       }
+
 
        public boolean supportsValueModification() {
                return true;