mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Fix error.
This commit is contained in:
parent
12b9928268
commit
f9e7e9c10e
@ -28,21 +28,17 @@
|
||||
#ifndef DIALOGBOX_ANGLE_H
|
||||
#define DIALOGBOX_ANGLE_H
|
||||
|
||||
#include "GEOM_MeasureGUI.hxx"
|
||||
|
||||
#include "MeasureGUI_Skeleton.h"
|
||||
|
||||
class MeasureGUI_2Sel1LineEdit_QTD;
|
||||
|
||||
#if defined WNT && defined MEASUREGUI_EXPORTS
|
||||
#define MEASUREGUI_EXPORT __declspec( dllexport )
|
||||
#else
|
||||
#define MEASUREGUI_EXPORT
|
||||
#endif
|
||||
|
||||
//=================================================================================
|
||||
// class : MeasureGUI_AngleDlg
|
||||
// purpose :
|
||||
//=================================================================================
|
||||
class MEASUREGUI_EXPORT MeasureGUI_AngleDlg : public MeasureGUI_Skeleton
|
||||
class GEOM_MEASUREGUI_EXPORT MeasureGUI_AngleDlg : public MeasureGUI_Skeleton
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user