Fix MSVC compiler warning due to using */* to start comment.
This commit is contained in:
@@ -109,7 +109,7 @@ namespace Far {
|
|||||||
|
|
||||||
template<>
|
template<>
|
||||||
void TopologyRefinerFactory<ccl::Mesh>::reportInvalidTopology(TopologyError /*err_code*/,
|
void TopologyRefinerFactory<ccl::Mesh>::reportInvalidTopology(TopologyError /*err_code*/,
|
||||||
char const */*msg*/, ccl::Mesh const& /*mesh*/)
|
char const * /*msg*/, ccl::Mesh const& /*mesh*/)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
} /* namespace Far */
|
} /* namespace Far */
|
||||||
|
Reference in New Issue
Block a user