Added missing header file from previous commit.
This commit is contained in:
parent
ccabd605a5
commit
43fe809d4d
|
@ -0,0 +1,23 @@
|
|||
|
||||
#ifndef _DIALOG_LIBEDIT_DIMENSIONS_H_
|
||||
#define _DIALOG_LIBEDIT_DIMENSIONS_H_
|
||||
|
||||
|
||||
#include "dialog_libedit_dimensions_base.h"
|
||||
|
||||
|
||||
class LIB_EDIT_FRAME;
|
||||
|
||||
|
||||
class DIALOG_LIBEDIT_DIMENSIONS : public DIALOG_LIBEDIT_DIMENSIONS_BASE
|
||||
{
|
||||
public:
|
||||
DIALOG_LIBEDIT_DIMENSIONS( LIB_EDIT_FRAME* parent );
|
||||
~DIALOG_LIBEDIT_DIMENSIONS();
|
||||
|
||||
private:
|
||||
void initDialog( );
|
||||
};
|
||||
|
||||
|
||||
#endif // _DIALOG_LIBEDIT_DIMENSIONS_H_
|
Loading…
Reference in New Issue