[BACK]Return to patch-source_libs_loki-0_1_6_include_loki_SmartPtr_h CVS log [TXT][DIR] Up to [local] / ports / games / asc / patches

File: [local] / ports / games / asc / patches / patch-source_libs_loki-0_1_6_include_loki_SmartPtr_h (download)

Revision 1.2, Tue May 10 20:58:47 2022 UTC (2 years ago) by kirby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -1 lines

Remove RCS ids and cleanup

--- source/libs/loki-0.1.6/include/loki/SmartPtr.h.orig	Wed Feb 25 18:06:37 2009
+++ source/libs/loki-0.1.6/include/loki/SmartPtr.h	Wed Feb 25 18:07:21 2009
@@ -1305,7 +1305,7 @@ namespace Loki
             {
                 return false;
             }
-            return OP::template Merge( rhs );
+            return OP::Merge( rhs );
         }
 
         PointerType operator->()