Changeset 1978

Show
Ignore:
Timestamp:
03/27/12 14:18:43 (15 months ago)
Author:
ksherdy
Message:

Added 'this->pos'.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/bitblock_scan.hpp

    r1977 r1978  
    6969        } 
    7070 
    71         IDISA_ALWAYS_INLINE bool is_done() {return (-1==pos);} 
     71        IDISA_ALWAYS_INLINE bool is_done() {return (-1==this->pos);} 
    7272        IDISA_ALWAYS_INLINE void set_strm(const bitblock_t * strm) {return this->strm = strm;} 
    7373        IDISA_ALWAYS_INLINE const bitblock_t * get_strm() const {return this->strm;} 
     
    109109        } 
    110110 
    111         IDISA_ALWAYS_INLINE bool is_done() {return (-1==pos);} 
     111        IDISA_ALWAYS_INLINE bool is_done() {return (-1==this->pos);} 
    112112        IDISA_ALWAYS_INLINE void set_strm(const bitblock_t * strm) {return this->strm = strm;} 
    113113        IDISA_ALWAYS_INLINE const bitblock_t * get_strm() const {return this->strm;}