]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source-file.hh
Remove mbrtowc(), and use utf8_char_len() instead.
[lilypond.git] / lily / include / source-file.hh
index 2fd1bfc073b9959cb056cd6af6a6dfe08a31e131..5c0993cf6ca7696e6a9014f8d1febaf18eecbca9 100644 (file)
@@ -53,7 +53,7 @@ public:
 public:
   Slice line_slice (char const *pos_str0) const;
   string line_string (char const *pos_str0) const;
-  void get_counts (char const *pos_str0, int *, int *, int *) const;
+  void get_counts (char const *pos_str0, int *, int *, int *, int *) const;
   
   SCM get_port () const;
   string name_;