include/beeps/ruby/processor.h in beeps-0.2.1 vs include/beeps/ruby/processor.h in beeps-0.3
- old
+ new
@@ -7,17 +7,17 @@
#include <rucy/class.h>
#include <rucy/extension.h>
#include <beeps/processor.h>
-RUCY_DECLARE_WRAPPER_VALUE_FROM_TO(Beeps::Processor)
+RUCY_DECLARE_WRAPPER_VALUE_FROM_TO(BEEPS_EXPORT, Beeps::Processor)
namespace Beeps
{
- Rucy::Class processor_class ();
+ BEEPS_EXPORT Rucy::Class processor_class ();
// class Beeps::Processor
template <typename T>
class RubyProcessor : public Rucy::ClassWrapper<T> {};