- You should use
- wxStreamBase::IsOk to verify if the constructor succeeded.
- Call Commit() or wxOutputStream::Close to
- replace the old file and close this one. Calling Discard()
- (or allowing the destructor to do it) will discard the changes.
+
+ @warning
+ You should use wxStreamBase::IsOk() to verify if the constructor succeeded.
+
+ Call Commit() or wxOutputStream::Close() to replace the old file and close
+ this one. Calling Discard() (or allowing the destructor to do it) will
+ discard the changes.