Salome HOME
add necessary include <qpixmap.h>
[modules/gui.git] / src / SUIT / SUIT_Convertor.h
index 303e9353f0c1a43c4a77ae2424d7a8db4049a178..11b1702f742e2dba537fdc6cd93245892163c6d6 100755 (executable)
@@ -16,7 +16,7 @@
 /*! Provides convertation of selected object of specified viewer into SUIT_DataObject.
  *  Instance of Convertor class is created by Application according to data type and viewers used.
  */
-class SUIT_EXPORT SUIT_Convertor  
+class SUIT_Convertor  
 {
 public:
   virtual DataObjectList getSelectedObjects(const SUIT_ViewModel* theViewer) = 0;