We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb28fc commit a544354Copy full SHA for a544354
octree/include/pcl/octree/octree_key.h
@@ -51,7 +51,7 @@ namespace octree {
51
* \author Julius Kammerl ([email protected])
52
*/
53
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
54
-class OctreeKey {
+class PCL_EXPORTS OctreeKey {
55
public:
56
/** \brief Empty constructor. */
57
OctreeKey() : x(0), y(0), z(0) {}
0 commit comments