diff --git a/example/tutorial8/refcounting_plugin.cpp b/example/tutorial8/refcounting_plugin.cpp index 856942dd..0e0c70ab 100644 --- a/example/tutorial8/refcounting_plugin.cpp +++ b/example/tutorial8/refcounting_plugin.cpp @@ -17,7 +17,7 @@ namespace my_namespace { class my_plugin_refcounting final: public my_refcounting_api { public: // Must be instantiated in plugin - boost::dll::fs::path location() const { + boost::dll::fs::path location() const override { return boost::dll::this_line_location(); // location of this plugin }