* fix gcc4.1 build failure on xconfig
@ 2005-12-30 1:59 Dave Jones
0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2005-12-30 1:59 UTC (permalink / raw)
To: torvalds; +Cc: Linux Kernel
scripts/kconfig/qconf.h:25: error: extra qualification ‘ConfigSettings::’ on member ‘readSizes’
scripts/kconfig/qconf.h:26: error: extra qualification ‘ConfigSettings::’ on member ‘writeSizes’
scripts/kconfig/qconf.h:127: error: extra qualification ‘ConfigList::’ on member ‘updateMenuList’
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6/scripts/kconfig/qconf.h~ 2005-12-29 20:57:36.000000000 -0500
+++ linux-2.6/scripts/kconfig/qconf.h 2005-12-29 20:57:55.000000000 -0500
@@ -22,8 +22,8 @@ public:
#if QT_VERSION >= 300
void readListSettings();
- QValueList<int> ConfigSettings::readSizes(const QString& key, bool *ok);
- bool ConfigSettings::writeSizes(const QString& key, const QValueList<int>& value);
+ QValueList<int> readSizes(const QString& key, bool *ok);
+ bool writeSizes(const QString& key, const QValueList<int>& value);
#endif
bool showAll;
@@ -124,7 +124,7 @@ public:
void setParentMenu(void);
template <class P>
- void ConfigList::updateMenuList(P*, struct menu*);
+ void updateMenuList(P*, struct menu*);
bool updateAll;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-12-30 1:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-30 1:59 fix gcc4.1 build failure on xconfig Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox