aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index dff0f29ed..7d9b5c3c6 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -3577,6 +3577,8 @@ struct Window {
Expr *pOwner; /* Expression object this window is attached to */
int nBufferCol; /* Number of columns in buffer table */
int iArgCol; /* Offset of first argument for this function */
+
+ int regFirst;
};
#ifndef SQLITE_OMIT_WINDOWFUNC