libwolfram20

◆ ~WAResult()

WAResult::~WAResult ( )

Destructor.

It frees the error memory (if any).

41 {
42 delete this->_error;
43}
WAError * _error
Information about the given error.
Definition: WAResult.h:53