mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix modperl and modpython compilation.
Also fix few string-related inconsistences.
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
%}
|
||||
|
||||
%feature("naturalvar") CString;
|
||||
class CString;
|
||||
class CString {
|
||||
public:
|
||||
typedef size_t size_type;
|
||||
};
|
||||
|
||||
/*@SWIG:/usr/share/swig1.3/typemaps/std_strings.swg,74,%typemaps_std_string@*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user