Commit 43fe809d authored by Wayne Stambaugh's avatar Wayne Stambaugh

Added missing header file from previous commit.

parent ccabd605
#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_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment