CMake/Source/CursesDialog/cmCursesPathWidget.cxx
2001-11-04 18:05:21 -05:00

10 lines
212 B
C++

#include "cmCursesPathWidget.h"
cmCursesPathWidget::cmCursesPathWidget(int width, int height,
int left, int top) :
cmCursesStringWidget(width, height, left, top)
{
m_Type = cmCacheManager::PATH;
}