Changeset 9

Show
Ignore:
Timestamp:
06/23/06 18:16:21 (6 years ago)
Author:
KirkMcDonald
Message:

Slight make_object._py fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pyd/make_object.d

    r8 r9  
    128128            } 
    129129        } 
     130        return dict; 
    130131    } else static if (is(T : DPyObject)) { 
    131132        PyObject* temp = t.ptr();