mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
c00804a6d7
Submitted by: Timo Geusch <freebsd@unixconsult.co.uk>
23 lines
493 B
C++
23 lines
493 B
C++
$FreeBSD$
|
|
|
|
--- ../ext/plugin/oji-plugin/include/solaris/navig5/nsCOMPtr.h 11 Jul 2001 21:45:15 -0000 1.1.1.1
|
|
+++ ../ext/plugin/oji-plugin/include/solaris/navig5/nsCOMPtr.h 30 Aug 2004 06:21:43 -0000
|
|
@@ -600,7 +600,7 @@
|
|
Specializing |nsCOMPtr| for |nsISupports| allows us to
|
|
*/
|
|
|
|
-// template <>
|
|
+template <>
|
|
class nsCOMPtr<nsISupports>
|
|
: private nsCOMPtr_base
|
|
{
|
|
@@ -843,7 +843,7 @@
|
|
};
|
|
|
|
|
|
-// template <>
|
|
+template <>
|
|
class nsGetterAddRefs<nsISupports>
|
|
{
|
|
public:
|