فهرست منبع

Merge pull request #992 from ssmolov/namespace.comment.fix

fix tinyxml2 namespaces' ending comment
Lee Thomason 1 سال پیش
والد
کامیت
2ac336a253
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -2374,7 +2374,7 @@ private:
 };
 
 
-}	// tinyxml2
+} // namespace tinyxml2
 
 #if defined(_MSC_VER)
 #   pragma warning(pop)