Skip to content

Commit

Permalink
Make dataPtr private in sdf::Plugin (#1268)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco A. Gutierrez <marco@openrobotics.org>
  • Loading branch information
Marco A. Gutierrez authored Apr 11, 2023
1 parent e98fcd8 commit 446d691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sdf/Plugin.hh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ namespace sdf
}

/// \brief Private data pointer.
std::unique_ptr<sdf::PluginPrivate> dataPtr;
private: std::unique_ptr<sdf::PluginPrivate> dataPtr;
};

/// \brief A vector of Plugin.
Expand Down

0 comments on commit 446d691

Please sign in to comment.