Importing the XDebugProxy code in the HEAD. The repo was tagged with T_BEFORE_XDEBUGP...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugBooleanValue.java
index 6216046..113f7c2 100644 (file)
@@ -8,6 +8,11 @@ public class XDebugBooleanValue extends XDebugAbstractValue {
                        String typeName) {
                super(variable, varNode, typeName);
        }
+       
+       public XDebugBooleanValue(XDebugVariable variable,String typeName) {
+               super(variable, typeName);
+       }
+
 
        public boolean supportsValueModification() {
                return true;