Fix PHP sync example
Mostly it was missing `%include <std_string.i>`
This commit is contained in:
parent
a49cc60772
commit
09d06843d1
4 changed files with 19 additions and 19 deletions
|
|
@ -4,11 +4,11 @@ extern std::string s;
|
|||
extern int x;
|
||||
|
||||
class Sync {
|
||||
public:
|
||||
int x;
|
||||
std::string s;
|
||||
void printer();
|
||||
void all_change();
|
||||
public:
|
||||
int x;
|
||||
std::string s;
|
||||
void printer();
|
||||
void all_change();
|
||||
|
||||
Sync() : x(0) { }
|
||||
Sync() : x(0) { }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue