Changeset 886

Show
Ignore:
Timestamp:
07/11/07 09:31:03 (1 year ago)
Author:
nonhebel
Message:

Windows build fix

Location:
trunk/jahwidgets/src/qt3
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/jahwidgets/src/qt3/widgets/scribbler.cpp

    r783 r886  
    8282        if ( image != 0 ) 
    8383        { 
    84                 std::wstring format = image->pf( ); 
     84                opl::wstring format = image->pf( ); 
    8585                if ( format == L"r8g8b8a8" || format == L"b8g8r8a8" ) 
    8686                { 
     
    251251                image = il::convert( image, pf_ ); 
    252252 
    253                 std::wstring format = image->pf( ); 
     253                opl::wstring format = image->pf( ); 
    254254                int width = image->width( ); 
    255255                int height = image->height( ); 
  • trunk/jahwidgets/src/qt3/widgets/scribbler.h

    r783 r886  
    8888                QImage render_text_qimage( const pl::wstring& text, const pl::wstring& font_name, int pointSize, int alignment ) const; 
    8989 
    90                 const std::wstring pf_; 
     90                const opl::wstring pf_; 
    9191                il::image_type_ptr glyphs_; 
    9292                const int glyph_w_; 
  • trunk/jahwidgets/src/qt3/wrapper/wrapper_vc80.vcproj

    r865 r886  
    243243                        </File> 
    244244                        <File 
     245                                RelativePath="..\utils\thread_util.cpp" 
     246                                > 
     247                        </File> 
     248                        <File 
    245249                                RelativePath=".\thumbnailer.cpp" 
    246250                                > 
     
    386390                        <File 
    387391                                RelativePath="..\utils\string_utils.hpp" 
     392                                > 
     393                        </File> 
     394                        <File 
     395                                RelativePath="..\utils\thread_util.hpp" 
    388396                                > 
    389397                        </File>