Files
Blocks3D/src/source/Properties/Property.cpp
2021-03-13 19:07:15 -08:00

7 lines
140 B
C++

#include "Properties/Property.h"
template <typename T>
void Property<T>::setProperty(LPPROPGRIDITEM item)
{
_owner->propertiesChanged();
}