Skip to content

Commit

Permalink
touch a file
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre committed Nov 8, 2024
1 parent 27a3ab4 commit a4cf697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-chat/src/database.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class ChunkStreamer {
// working state
QString m_chunk; // has a trailing space for convenience
int m_nChunkWords = 0;
int m_page = 0;
int m_page = 0;
};

class Database : public QObject
Expand Down

0 comments on commit a4cf697

Please sign in to comment.