2015-08-16 21:01:56 +00:00
|
|
|
#include "DefinitionDiff.h"
|
|
|
|
|
|
|
|
#include "DefinitionNode.h"
|
|
|
|
|
2015-08-16 22:29:54 +00:00
|
|
|
DefinitionDiff::DefinitionDiff(const DefinitionNode *node):
|
|
|
|
type_name(node->getTypeName()), path(node->getPath())
|
2015-08-16 21:01:56 +00:00
|
|
|
{
|
|
|
|
}
|