]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/tarstrm.cpp
added more message names to wxGetMessageName() (modified patch 1611819)
[wxWidgets.git] / src / common / tarstrm.cpp
index c7cdf1e183eb31b5f1b7c6113999aeb35b85074e..f0fff936b19c7a667f8e167848f69e55ac14e69b 100644 (file)
@@ -247,7 +247,7 @@ bool wxTarHeaderBlock::Write(wxOutputStream& out)
     return ok;
 }
 
-bool wxTarHeaderBlock::WriteField(wxOutputStream& out, int id)
+inline bool wxTarHeaderBlock::WriteField(wxOutputStream& out, int id)
 {
     return out.Write(Get(id), Len(id)).LastWrite() == Len(id);
 }