quenched -pendantic warnings (closes #167)
diff --git a/example/issues.cpp b/example/issues.cpp
index c9f9e8b..09547ae 100644
--- a/example/issues.cpp
+++ b/example/issues.cpp
@@ -15,7 +15,7 @@
 
 struct DispatchIssue : Base {
     virtual void dispatch(void) const {
-        PYBIND11_OVERLOAD_PURE(void, Base, dispatch);
+        PYBIND11_OVERLOAD_PURE(void, Base, dispatch, /* no arguments */);
     }
 };