Specify that member ISAM2Result refers to struct
parent
642f839b7d
commit
8e7e5aaf5c
|
@ -118,7 +118,7 @@ protected:
|
||||||
ISAM2 isam_;
|
ISAM2 isam_;
|
||||||
|
|
||||||
/** Store results of latest isam2 update */
|
/** Store results of latest isam2 update */
|
||||||
ISAM2Result isamResult_;
|
struct ISAM2Result isamResult_;
|
||||||
|
|
||||||
/** Erase any keys associated with timestamps before the provided time */
|
/** Erase any keys associated with timestamps before the provided time */
|
||||||
void eraseKeysBefore(double timestamp);
|
void eraseKeysBefore(double timestamp);
|
||||||
|
|
Loading…
Reference in New Issue