> C:\PROGRA~2\MICROS~1.0\VC\include\memory(721)
> : error C4150: deletion of pointer to incomplete type 'connectivity::OSQLParser_Data'; no destructor called > C:\build_tmp\aoo_src\main\connectivity\inc\connectivity/sqlparse.hxx(133) : see declaration of 'connectivity::OSQLParser_Data'
>  C:\PROGRA~2\MICROS~1.0\VC\include\memory(720) : while compiling class 
template member
>  function 'std::auto_ptr<_Ty>::~auto_ptr(void)'

changed source file  "main\connectivity\inc\connectivity\sqlparse.hxx" line 133

from: struct OSQLParser_Data;

to:     struct OSQLParser_Data {
                OSQLParser_Data() {};
                ~OSQLParser_Data() {};
        };

and it seems to build ...

Oliver


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to