Skip to content

Commit 1573ad8

Browse files
committed
Silence warning.
Signed-off-by: Adam Treat <[email protected]>
1 parent 29b657c commit 1573ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpt4all-chat/src/chatllm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
using namespace Qt::Literals::StringLiterals;
3131

3232
class QDataStream;
33-
struct MessageItem;
33+
class MessageItem;
3434

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

0 commit comments

Comments
 (0)