Skip to content

Commit

Permalink
[mc_rtc/Schema] Do not export symbols for Operations
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Oct 3, 2023
1 parent ef9103b commit da338e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mc_rtc/Schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ inline constexpr bool HasFeature(ValueFlag flag, ValueFlag feature) noexcept
* - MC_RTC_SCHEMA_MEMBER_*(SchemaT, ...) to declare members inside a schema-enable struct of type SchemaT
*
*/
struct MC_RTC_UTILS_DLLAPI Operations
struct Operations
{
/** Name of members in the schema */
size_t values_count = 0;
Expand Down

0 comments on commit da338e0

Please sign in to comment.