include/reflex/ruby/view.h in reflexion-0.2.1 vs include/reflex/ruby/view.h in reflexion-0.3
- old
+ new
@@ -8,17 +8,17 @@
#include <rucy/extension.h>
#include <reflex/view.h>
#include <reflex/ruby/event.h>
-RUCY_DECLARE_WRAPPER_VALUE_FROM_TO(Reflex::View)
+RUCY_DECLARE_WRAPPER_VALUE_FROM_TO(REFLEX_EXPORT, Reflex::View)
namespace Reflex
{
- Rucy::Class view_class ();
+ REFLEX_EXPORT Rucy::Class view_class ();
// class Reflex::View
template <typename T>
class RubyView : public Rucy::ClassWrapper<T>