[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    kdelibs 2.0.1 fix...
From:       Bernhard Rosenkraenzer <bero () redhat ! de>
Date:       2000-11-29 17:11:21
[Download RAW message or body]

Another bugfix backport from HEAD... (Yes, I know I should have looked at
KDE_2_0_BRANCH earlier...)

notearray.h used to have

class NoteArray
{
  private:
[...]
  struct noteCmd {
[...]
  }
  noteCmd *data;
}

But expected files including notearray.h to know about the members of
the noteCmd struct (not *data, the structure of noteCmd itself).

Picky compilers (such as gcc 2.96) don't give code access to the structure
of structs declared private.

LLaP
bero

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic