Remove differences from lua example compared to Python version
This commit is contained in:
parent
35ef98f4d0
commit
1730210013
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public:
|
|||
|
||||
class Test {
|
||||
public:
|
||||
int simple() throw(int&) {
|
||||
int simple() throw(int) {
|
||||
throw(37);
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue