1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Make nqc compile with gcc 3.4.2.

This commit is contained in:
John Hay 2004-08-17 11:59:28 +00:00
parent 6a5dd70bf1
commit d8acc8f47a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116509

View File

@ -0,0 +1,18 @@
--- rcxlib/RCX_Image.h.org Sun Nov 9 06:14:23 2003
+++ rcxlib/RCX_Image.h Tue Aug 17 12:58:19 2004
@@ -78,7 +78,6 @@
void Clear();
int GetSize() const;
-private:
class Chunk
{
public:
@@ -106,6 +105,7 @@
friend class RCX_Image;
};
+private:
struct Variable
{
int fIndex;