Fun fact: for some reason base GCC on 12.2-RELEASE on powerpc64 can build this port without this patch even though __GNUC__ is defined.
11 lines
325 B
C
11 lines
325 B
C
--- engine/encoder.h.orig 2005-03-31 01:02:36 UTC
|
|
+++ engine/encoder.h
|
|
@@ -148,7 +148,7 @@ class KrEncoder
|
|
GLASSERT( numRGBA >= numSegment );
|
|
// GLASSERT( numSegment >= numLine );
|
|
}
|
|
- void KrEncoder::Save();
|
|
+ void Save();
|
|
|
|
KrResourceVault* GetVault() { return &vault; }
|
|
|