mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
11 lines
498 B
C
11 lines
498 B
C
--- protolib/include/protoSpace.h.orig 2011-09-08 18:57:12 UTC
|
|
+++ protolib/include/protoSpace.h
|
|
@@ -89,7 +89,7 @@ class ProtoSpace
|
|
}
|
|
#else
|
|
ProtoTree::Endian GetEndian() const
|
|
- return ProtoTree::ENDIAN_BIG;
|
|
+ {return ProtoTree::ENDIAN_BIG;}
|
|
void SetNode(Node* theNode)
|
|
{memcpy(key+sizeof(double), &theNode, sizeof(Node*));}
|
|
Node* GetNode() const
|