Skip to content

Commit

Permalink
Fix cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Dec 3, 2020
1 parent d0cb30e commit 5c4faa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/symbols/qgspointcloud3dsymbol.h
Expand Up @@ -266,7 +266,7 @@ class _3D_EXPORT QgsRGBPointCloud3DSymbol : public QgsPointCloud3DSymbol
*/
void setPointSize( float size );
private:
float mPointSize;
float mPointSize = 2.0f;
};

#endif // QGSPOINTCLOUD3DSYMBOL_H

0 comments on commit 5c4faa6

Please sign in to comment.