8 lines
180 B
C++
8 lines
180 B
C++
#include "DefinitionDiff.h"
|
|
|
|
#include "DefinitionNode.h"
|
|
|
|
DefinitionDiff::DefinitionDiff(const DefinitionNode *node):
|
|
type_name(node->getTypeName()), path(node->getPath())
|
|
{
|
|
}
|