]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/registry.cpp
include wx/thread.h in debug build which is needed after last change
[wxWidgets.git] / src / msw / registry.cpp
index 674ebaf3a3ae2abf7f9ab450e430ac404fb99cf2..32d0d2851050f15b257905c7a501199011f5aed8 100644 (file)
@@ -1413,7 +1413,7 @@ const wxChar *GetFullName(const wxRegKey *pKey, const wxChar *szValue)
   return s_str.c_str();
 }
 
-void RemoveTrailingSeparator(wxString& str)
+inline void RemoveTrailingSeparator(wxString& str)
 {
   if ( !str.empty() && str.Last() == REG_SEPARATOR )
     str.Truncate(str.Len() - 1);