mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
b87ad4546b
PR: 58876 Submitted by: Ports Fury
12 lines
489 B
C
12 lines
489 B
C
--- cmn/physical.h.orig Wed Jan 19 12:54:08 2000
|
|
+++ cmn/physical.h Mon Nov 3 21:36:14 2003
|
|
@@ -93,7 +93,7 @@
|
|
CLASSNAME::CLASSNAME(InStreamP in,const CLASSNAME ## Context &cx, \
|
|
CLASSNAME ## Xdata &x_data, \
|
|
WorldP w,LocatorP l) \
|
|
- : PARENT(in,cx. ## parent ## Context,x_data,w,l)
|
|
+ : PARENT(in,cx. parent ## Context,x_data,w,l)
|
|
|
|
// Used by internal nodes and leaves.
|
|
#define DEFINE_UPDATE_FROM_STREAM(CLASSNAME,PARENT) \
|