Skip to content

Commit a544354

Browse files
committed
Export OctreeKey
1 parent 9eb28fc commit a544354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octree/include/pcl/octree/octree_key.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace octree {
5151
* \author Julius Kammerl ([email protected])
5252
*/
5353
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
54-
class OctreeKey {
54+
class PCL_EXPORTS OctreeKey {
5555
public:
5656
/** \brief Empty constructor. */
5757
OctreeKey() : x(0), y(0), z(0) {}

0 commit comments

Comments
 (0)