Remove differences from lua example compared to Python version

This commit is contained in:
William S Fulton 2017-02-06 20:22:02 +00:00
commit 1730210013

View file

@ -26,7 +26,7 @@ public:
class Test {
public:
int simple() throw(int&) {
int simple() throw(int) {
throw(37);
return 1;
}