Index: src/libchcore/TSQLiteStatement.h =================================================================== diff -u -ra5aa3c3cb78f3767641de2627d1a49a1dc35b429 -r320c4eb6ba3a38dcd6fbda6a9a12a8350a153e41 --- src/libchcore/TSQLiteStatement.h (.../TSQLiteStatement.h) (revision a5aa3c3cb78f3767641de2627d1a49a1dc35b429) +++ src/libchcore/TSQLiteStatement.h (.../TSQLiteStatement.h) (revision 320c4eb6ba3a38dcd6fbda6a9a12a8350a153e41) @@ -65,6 +65,7 @@ void ClearBindings(); EStepResult Step(); + int Changes(); void Reset(); bool GetBool(int iCol);