projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed bug #859996: "Wrong path in BuildCVS.txt". As well as a couple of other minor...
[wxWidgets.git]
/
include
/
wx
/
scopeguard.h
diff --git
a/include/wx/scopeguard.h
b/include/wx/scopeguard.h
index c1f3536ddecd42e6394ecfbf93f9f12c7fa399cc..f595c046c76113837ee46c6b733d99f6b774abca 100644
(file)
--- a/
include/wx/scopeguard.h
+++ b/
include/wx/scopeguard.h
@@
-41,7
+41,7
@@
namespace wxPrivate
{
guard.Execute();
}
{
guard.Execute();
}
- wxCATCH_ALL() // do nothing, just eat the exception
+ wxCATCH_ALL(
;
) // do nothing, just eat the exception
}
}
}
}