Changeset 299

Show
Ignore:
Timestamp:
09/28/08 10:44:46 (4 years ago)
Author:
sleets
Message:

fixed mshtml

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/win32/mshtml.d

    r298 r299  
    314314    HRESULT put_onmouseup(VARIANT); 
    315315    HRESULT get_onmouseup(VARIANT*); 
    316     HRESULT get_document(IDispatch**); 
     316    HRESULT get_document(IDispatch*); 
    317317    HRESULT put_title(BSTR); 
    318318    HRESULT get_title(out BSTR); 
     
    367367    HRESULT put_onfilterchange(VARIANT); 
    368368    HRESULT get_onfilterchange(VARIANT*); 
    369     HRESULT get_children(IDispatch**); 
    370     HRESULT get_all(IDispatch**); 
     369    HRESULT get_children(IDispatch*); 
     370    HRESULT get_all(IDispatch*); 
    371371} 
    372372alias IHTMLElement LPHTMLELEMENT;