Skip to content

Commit

Permalink
Add missing override into example
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jan 10, 2025
1 parent 002fd88 commit cb815af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/tutorial8/refcounting_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit cb815af

Please sign in to comment.