mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-26 17:37:55 +05:00
Fix error.
This commit is contained in:
parent
5da2e517d7
commit
e5daf0a638
@ -28,17 +28,21 @@
|
||||
#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 GEOM_MEASUREGUI_EXPORT MeasureGUI_AngleDlg : public MeasureGUI_Skeleton
|
||||
class MEASUREGUI_EXPORT MeasureGUI_AngleDlg : public MeasureGUI_Skeleton
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user