Skip to content
Snippets Groups Projects
Commit bda55c81 authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

Remove extra const from operator= declaration

This does not really matter too much but it's better to be consistent.
parent 25cce38f
No related branches found
No related tags found
No related merge requests found
...@@ -945,7 +945,7 @@ namespace pugi ...@@ -945,7 +945,7 @@ namespace pugi
// Non-copyable semantics // Non-copyable semantics
xml_document(const xml_document&); xml_document(const xml_document&);
const xml_document& operator=(const xml_document&); xml_document& operator=(const xml_document&);
void create(); void create();
void destroy(); void destroy();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment