freebsd-ports/multimedia/mxflib/files/patch-mxflib_smartptr.h
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

11 lines
417 B
C

--- mxflib/smartptr.h.orig
+++ mxflib/smartptr.h
@@ -503,7 +503,7 @@
}
//! Comparison function to allow sorting by indexed value
- bool operator<(SmartPtr &Other) { return this.operator<(*Other->GetPtr()); }
+ bool operator<(SmartPtr &Other) { return this->operator<(*Other->GetPtr()); }
//! Get a cast version of the pointer
/*! This is used via the SmartPtr_Cast() Macro to allow MSVC 6 to work!!