From 044ad96868d92ceaf1748832e272577a289221ee Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 21 Apr 2002 10:20:59 +0000 Subject: Some Win64 compatibility and size_t correctness. --- src/Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index 9743583fe..34c49a5a6 100644 --- a/src/Document.h +++ b/src/Document.h @@ -160,7 +160,7 @@ public: bool InsertChar(int pos, char ch); bool InsertString(int position, const char *s); - bool InsertString(int position, const char *s, int insertLength); + bool InsertString(int position, const char *s, size_t insertLength); void ChangeChar(int pos, char ch); void DelChar(int pos); void DelCharBack(int pos); -- cgit v1.2.3