Skip to content

Commit a650bc7

Browse files
committed
api: Specify Freenect2Device::Config::Config()
This function was not exported from Freenect2Device for MSVC.
1 parent 8da4e41 commit a650bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/libfreenect2/libfreenect2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class LIBFREENECT2_API Freenect2Device
121121
bool EnableEdgeAwareFilter; ///< Remove pixels on edges because ToF cameras produce noisy edges.
122122

123123
/** Default is 0.5, 4.5, true, true */
124-
Config();
124+
LIBFREENECT2_API Config();
125125
};
126126

127127
virtual ~Freenect2Device();

0 commit comments

Comments
 (0)