Skip to content

Commit

Permalink
fix mesh editor test for MSVC (#45578)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Oct 20, 2021
1 parent ed7960a commit b35e852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/mesh/qgstopologicalmesh.h
Expand Up @@ -53,7 +53,7 @@ class CORE_EXPORT QgsTopologicalMesh
*
* \since QGIS 3.22
*/
class TopologicalFaces
class CORE_EXPORT TopologicalFaces
{
public:

Expand Down Expand Up @@ -87,7 +87,7 @@ class CORE_EXPORT QgsTopologicalMesh
*
* \since QGIS 3.22
*/
class Changes
class CORE_EXPORT Changes
{
public:

Expand Down

0 comments on commit b35e852

Please sign in to comment.