Skip to content

Commit

Permalink
making dataPtr private
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 committed Apr 10, 2023
1 parent e98fcd8 commit dd546a8
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 dd546a8

Please sign in to comment.