Changeset 1959


Ignore:
Timestamp:
11/15/07 09:20:37 (6 years ago)
Author:
sam
Message:
  • Make Charset class methods explicitly public.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cxx/cucul++.h

    r1875 r1959  
    3131class Charset 
    3232{ 
     33 public: 
    3334    unsigned long int utf8ToUtf32(char const *, unsigned int *); 
    3435    unsigned int utf32ToUtf8(char *, unsigned long int); 
Note: See TracChangeset for help on using the changeset viewer.