ext/beeps/processor.cpp in beeps-0.2.1 vs ext/beeps/processor.cpp in beeps-0.3
- old
+ new
@@ -3,10 +3,10 @@
#include "beeps/exception.h"
#include "defs.h"
-RUCY_DEFINE_WRAPPER_VALUE_FROM_TO(Beeps::Processor)
+RUCY_DEFINE_WRAPPER_VALUE_FROM_TO(BEEPS_EXPORT, Beeps::Processor)
#define THIS to<Beeps::Processor*>(self)
#define CHECK RUCY_CHECK_OBJ(Beeps::Processor, self)