Show
Ignore:
Timestamp:
06/29/08 06:56:29 (6 months ago)
Author:
artem
Message:

reverting back to 700

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/mapnik/image_view.hpp

    r701 r702  
    8181            return width_; 
    8282         } 
    83           
    8483         inline unsigned height() const 
    8584         { 
     
    9190            return data_.getRow(row + y_) + x_; 
    9291         } 
    93           
    9492         inline T& data() 
    9593         { 
    9694            return data_; 
    9795         } 
    98        
    9996         inline T const& data() const 
    10097         { 
    10198            return data_; 
    10299         } 
    103           
     100           
    104101      private: 
    105102         unsigned x_;