aboutsummaryrefslogtreecommitdiff
path: root/cad/opencascade/files/patch-src_Message_Message__AttributeMeter.cxx
blob: 38686e6cd8b49f1125fa669dc016871194f07f47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/Message/Message_AttributeMeter.cxx.orig	2023-12-04 15:53:08 UTC
+++ src/Message/Message_AttributeMeter.cxx
@@ -253,6 +253,6 @@ void Message_AttributeMeter::DumpJson (Standard_OStrea
        anIterator.More(); anIterator.Next())
   {
     OCCT_DUMP_VECTOR_CLASS (theOStream, Message::MetricToString (anIterator.Key()),
-                            2, anIterator.Value(), anIterator.Value())
+                            2, anIterator.Value().first, anIterator.Value().second)
   }
 }