summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2012-05-18 00:00:21 +0000
committerroot <root>2012-05-18 00:00:21 +0000
commit4cb698292730379d4794a29bb7e68535a7f82e18 (patch)
treeb62ccf9c4c504cc4eace91b780f1f0ad0ab24429 /ev++.h
parent47fe1e57e56447c355cec688abf269e23470e8c0 (diff)
praise clang++
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev++.h b/ev++.h
index 283f6eb..f6c0d25 100644
--- a/ev++.h
+++ b/ev++.h
@@ -552,12 +552,12 @@ namespace ev {
return ev_embeddable_backends ();
}
- inline void set_allocator (void *(*cb)(void *ptr, long size)) throw ()
+ inline void set_allocator (void *(*cb)(void *ptr, long size) throw ()) throw ()
{
ev_set_allocator (cb);
}
- inline void set_syserr_cb (void (*cb)(const char *msg)) throw ()
+ inline void set_syserr_cb (void (*cb)(const char *msg) throw ()) throw ()
{
ev_set_syserr_cb (cb);
}