From 44779f25dc651cb8a05a6548ace754cba066fb29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 5 May 2013 08:36:39 +0100 Subject: [PATCH] Fix windows build. --- common/trace_backtrace.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/trace_backtrace.hpp b/common/trace_backtrace.hpp index 8320b55..de6f415 100644 --- a/common/trace_backtrace.hpp +++ b/common/trace_backtrace.hpp @@ -31,8 +31,8 @@ bool backtrace_is_needed(const char* fname); #else /* !__linux__ && !ANDROID */ -static inline std::vector get_backtrace() { - return std::vector(); +static inline std::vector get_backtrace() { + return std::vector(); } static inline bool backtrace_is_needed(const char*) { -- 2.43.0