Page MenuHomePhabricator

5950_LibraryFix.patch

Authored By
iud
Nov 5 2010, 2:16 PM
Size
722 B
Referenced Files
None
Subscribers
None

5950_LibraryFix.patch

Index: mitk/Modules/InputDevices/WiiMote/wiiyourself/wiimote.h
===================================================================
--- mitk/Modules/InputDevices/WiiMote/wiiyourself/wiimote.h (revision 26909)
+++ mitk/Modules/InputDevices/WiiMote/wiiyourself/wiimote.h (working copy)
@@ -8,6 +8,8 @@
//
// wiimote.h (tab = 4 spaces)
+#include "mitkWiiMoteExports.h"
+
#ifdef _MSC_VER // VC
# pragma once
#endif
@@ -89,7 +91,7 @@
// wiimote class - connects and manages a wiimote and its optional extensions
// (Nunchuk/Classic Controller), and exposes their state
-class wiimote : public wiimote_state
+class mitkWiiMote_EXPORT wiimote : public wiimote_state
{
public:
wiimote ();

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
607
Default Alt Text
5950_LibraryFix.patch (722 B)

Event Timeline

unclean fix for dependency problem to the wiimote module