# `GSUndoClientProtocol updateChangeCount:`

*Instance Method*

## Declaration

```swift
func updateChangeCount(_ changeType: NSDocument.ChangeType)
```

```objc
- (void) updateChangeCount:(NSDocumentChangeType) changeType;
```

```python
updateChangeCount_(changeType: NSDocumentChangeType)
```

