summaryrefslogtreecommitdiffstats
path: root/apps/w3c-mmi/mc/uscxml-modality-component.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/w3c-mmi/mc/uscxml-modality-component.cpp')
-rw-r--r--apps/w3c-mmi/mc/uscxml-modality-component.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/w3c-mmi/mc/uscxml-modality-component.cpp b/apps/w3c-mmi/mc/uscxml-modality-component.cpp
index 5b06279..4901dbd 100644
--- a/apps/w3c-mmi/mc/uscxml-modality-component.cpp
+++ b/apps/w3c-mmi/mc/uscxml-modality-component.cpp
@@ -59,7 +59,7 @@ void load_orig_throw_code() {
}
extern "C"
-void __cxa_throw (void *thrown_exception, void *pvtinfo, void (*dest)(void *)) {
+CXA_THROW_SIGNATURE {
std::cerr << __FUNCTION__ << " will throw exception from " << std::endl;
if (orig_cxa_throw == 0)
load_orig_throw_code();