From 5c4f18cc43123b3598711caead4bed6755702445 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Jun 2009 12:23:31 +0000 Subject: [PATCH] remove inline from IosSeekDirToWxSeekMode() to work around VC6 release build (bogus) warnings about uninitialized variables git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/stdstream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/stdstream.cpp b/src/common/stdstream.cpp index 1fa0057642..cec1fc925f 100644 --- a/src/common/stdstream.cpp +++ b/src/common/stdstream.cpp @@ -39,7 +39,7 @@ namespace { -inline bool +bool IosSeekDirToWxSeekMode(std::ios_base::seekdir way, wxSeekMode& seekMode) { -- 2.45.2