Improve INO to CPP converter // Resolve #659

This commit is contained in:
Ivan Kravets
2016-08-31 01:47:57 +03:00
parent e703054716
commit 7a88778f5e
4 changed files with 10 additions and 5 deletions

View File

@@ -9,9 +9,13 @@ struct Item {
class Foo {
public:
Foo(void (*function)()) {
#warning "Line number is 13"
}
Foo(void (*function)()) {
#warning "Line number is 13"
}
bool childFunc() {
}
};