PYBIND11_OVERLOAD_NAME and PYBIND11_OVERLOAD_PURE_NAME (fixes #205)
diff --git a/example/issues.ref b/example/issues.ref
index 0bfaca0..4888ea5 100644
--- a/example/issues.ref
+++ b/example/issues.ref
@@ -1,6 +1,6 @@
 const char *
 c
-Failed as expected: Tried to call pure virtual function "dispatch"
+Failed as expected: Tried to call pure virtual function "Base::dispatch"
 Yay..
 [Placeholder[1], Placeholder[2], Placeholder[3], Placeholder[4]]
 [3, 5, 7, 9, 11, 13, 15]