summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-01 20:42:57 +0000
committerrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-01 20:42:57 +0000
commitcacdeba69c4d241540573a1af66cc3ef82d56239 (patch)
tree39bc04440347e27b1e517dca674ff724e602b73c
parentbaf866b5fdd04e06dfcfbfa748a104d57bee408f (diff)
downloadgcc-cacdeba69c4d241540573a1af66cc3ef82d56239.tar.gz
Minor bug fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/profile-stdlib@152384 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/include/profile/impl/profiler_trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/profile/impl/profiler_trace.h b/libstdc++-v3/include/profile/impl/profiler_trace.h
index 033511300ac..412ff4507bf 100644
--- a/libstdc++-v3/include/profile/impl/profiler_trace.h
+++ b/libstdc++-v3/include/profile/impl/profiler_trace.h
@@ -116,7 +116,7 @@ inline __warning_data::__warning_data(float __m, __stack_t __c,
{
}
-bool __warning_data::operator>(const struct __warning_data& other) const
+inline bool __warning_data::operator>(const struct __warning_data& other) const
{
return __magnitude > other.__magnitude;
}