Skip to content

Commit 0e0f47c

Browse files
committed
Fix bugs
1 parent f418fab commit 0e0f47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/jshm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace jshm {
1919
#endif
2020
}
2121

22-
operator char* () {
22+
operator void* () {
2323
#ifdef _WIN32
2424
return pBuf;
2525
#endif

0 commit comments

Comments
 (0)