We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b305db commit 7a9b56cCopy full SHA for 7a9b56c
src/app/AttributeEncodeState.h
@@ -40,7 +40,7 @@ class AttributeEncodeState
40
/// other encoding state
41
///
42
/// if other is nullptr, this is the same as the default initializer.
43
- AttributeEncodeState(AttributeEncodeState * other)
+ AttributeEncodeState(const AttributeEncodeState * other)
44
{
45
if (other != nullptr)
46
0 commit comments