Navigation Menu

Skip to content

Commit

Permalink
Private classes should not be exported
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 24, 2017
1 parent cfd3913 commit 4567e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfields_p.h
Expand Up @@ -38,7 +38,7 @@
* See details in QEP #17
****************************************************************************/

class CORE_EXPORT QgsFieldsPrivate : public QSharedData
class QgsFieldsPrivate : public QSharedData
{
public:

Expand Down

0 comments on commit 4567e80

Please sign in to comment.