Skip to content

Commit bbad7bf

Browse files
committed
libs: Add forward declaration in C++ wrapper, required for MSVC
Props Jean Ghali.
1 parent b0fe4cd commit bbad7bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libs/bindings/cpp/postscriptbarcode.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373

7474
namespace bwipp {
7575

76+
class BWIPP;
77+
7678
/**
7779
* @brief Initialisation options for BWIPP construction.
7880
*/

0 commit comments

Comments
 (0)