Skip to content

Commit 82f8ff2

Browse files
pcaspersjenkins
authored andcommitted
QPR-11524 compiler error
1 parent 5108573 commit 82f8ff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREData/ored/configuration/conventions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class Conventions : public XMLSerializable {
153153
private:
154154
mutable map<string, boost::shared_ptr<Convention>> data_;
155155
mutable map<string, std::pair<string, string>> unparsed_;
156-
std::set<string> used_;
156+
mutable std::set<string> used_;
157157
mutable boost::shared_mutex mutex_;
158158
};
159159

0 commit comments

Comments
 (0)