aboutsummaryrefslogtreecommitdiff
path: root/libbutl/utility.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/utility.mxx')
-rw-r--r--libbutl/utility.mxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/utility.mxx b/libbutl/utility.mxx
index f329a0f..6965be4 100644
--- a/libbutl/utility.mxx
+++ b/libbutl/utility.mxx
@@ -291,11 +291,11 @@ LIBBUTL_MODEXPORT namespace butl
LIBBUTL_SYMEXPORT void
thread_env (const char* const*);
#else
- inline const char* const*
- thread_env () {return thread_env_;}
+ const char* const*
+ thread_env ();
- inline void
- thread_env (const char* const* v) {thread_env_ = v;}
+ void
+ thread_env (const char* const*);
#endif
struct auto_thread_env