Skip to content
Snippets Groups Projects
Commit 5aafd7f4 authored by ziemke's avatar ziemke
Browse files

Task #2926: Fixed pointer issue

parent ef712216
Branches
Tags
No related merge requests found
......@@ -622,7 +622,7 @@ bool WinCCManager::set_datapoint_validity(const std::string &name, bool validity
if(DpIdentificationResult::DpIdentOK == dir) {
VariableType dpId_VariableType = DpElement::getVariableType(dpId_ElementType);
std::cout << "DpVariableType is " << dpId_VariableType << "\n"; // Print db JZ
VariableType value_VariableType = value.isA();
VariableType value_VariableType = value->isA();
std::cout << "Value Variable Type is " << value_VariableType << "\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment