Skip to content

Commit

Permalink
Silence warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Treat <[email protected]>
  • Loading branch information
manyoso committed Dec 9, 2024
1 parent 05bec89 commit 36b257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-chat/src/chatllm.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
using namespace Qt::Literals::StringLiterals;

class QDataStream;
struct MessageItem;
class MessageItem;

// NOTE: values serialized to disk, do not change or reuse
enum class LLModelTypeV0 { // chat versions 2-5
Expand Down

0 comments on commit 36b257d

Please sign in to comment.