]> git.saurik.com Git - wxWidgets.git/commitdiff
remove inline from IosSeekDirToWxSeekMode() to work around VC6 release build (bogus...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Jun 2009 12:23:31 +0000 (12:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Jun 2009 12:23:31 +0000 (12:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/stdstream.cpp

index 1fa00576423bbbd3a33da5758c3ee0e099cf9ea4..cec1fc925f413942b6c6cccd68484a6f99cade35 100644 (file)
@@ -39,7 +39,7 @@
 namespace
 {
 
-inline bool
+bool
 IosSeekDirToWxSeekMode(std::ios_base::seekdir way,
                        wxSeekMode& seekMode)
 {