Skip to content

Commit d608c56

Browse files
committed
Cleanup export declaration on deleted operator=
1 parent b50800b commit d608c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/graphqlservice/GraphQLResponse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ struct Value
125125
GRAPHQLRESPONSE_EXPORT explicit Value(const Value& other);
126126

127127
GRAPHQLRESPONSE_EXPORT Value& operator=(Value&& rhs) noexcept;
128-
GRAPHQLRESPONSE_EXPORT Value& operator=(const Value& rhs) = delete;
128+
Value& operator=(const Value& rhs) = delete;
129129

130130
// Comparison
131131
GRAPHQLRESPONSE_EXPORT bool operator==(const Value& rhs) const noexcept;

0 commit comments

Comments
 (0)