1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-21 10:21:24 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
@@ -0,0 +1,12 @@
diff -Naur madman-0.93.orig/utility/refcnt_ptr.h madman-0.93/utility/refcnt_ptr.h
--- madman-0.93.orig/utility/refcnt_ptr.h 2004-05-20 07:03:13.000000000 -0700
+++ madman-0.93/utility/refcnt_ptr.h 2004-07-12 12:09:48.000000000 -0700
@@ -109,7 +109,7 @@
refcnt_ptr(const refcnt_ptr<T2>& rhs) throw()
{
object = rhs.object;
- refcnt = rhs.refCnt;
+ this->refcnt = rhs.refCnt;
increaseCount();
}