Skip to content

Commit 145a511

Browse files
committed
Fix MSVC build
A class forward reference is not the same as a struct forward reference.
1 parent 66c83a9 commit 145a511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llamathinkingsectionparser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace LlamaCpp {
66

7-
class LlamaCppServerProps;
7+
struct LlamaCppServerProps;
88

99
class ThinkingSectionParser
1010
{

0 commit comments

Comments
 (0)