Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2018-10-05 21:39:42 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2018-10-05 21:40:10 +0300
commit81cf024498ed624940c86e256a302b22e6c29e45 (patch)
treef75617883589ddee3992e42b28efb1d06a49c82a /server/TracyDecayValue.hpp
parent28c176d3aa96817cd3e75b36ee9c7ee1aa60b613 (diff)
Highlight message marker even if it's collapsed.
Diffstat (limited to 'server/TracyDecayValue.hpp')
-rw-r--r--server/TracyDecayValue.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyDecayValue.hpp b/server/TracyDecayValue.hpp
index 746a9b65..bcce09fa 100644
--- a/server/TracyDecayValue.hpp
+++ b/server/TracyDecayValue.hpp
@@ -17,6 +17,7 @@ public:
}
tracy_force_inline operator const T& () const { return m_value; }
+ tracy_force_inline T operator->() const { return m_value; }
tracy_force_inline DecayValue& operator=( const T& value )
{