Skip to content

Commit

Permalink
remove some windows warnings
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Dec 7, 2020
1 parent f8ec772 commit 2fedcd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ignition/rendering/MeshDescriptor.hh
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,16 @@ namespace ignition
public: const common::Mesh *mesh = nullptr;
IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING

IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
/// \brief Name of the registered Mesh
public: std::string meshName;
IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING

IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
/// \brief Name of the sub-mesh to be loaded. An empty string signifies
/// all sub-meshes should be loaded.
public: std::string subMeshName;
IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING

/// \brief Denotes if the loaded sub-mesh vertices should be centered
public: bool centerSubMesh = false;
Expand Down

0 comments on commit 2fedcd9

Please sign in to comment.