[Kde-accessibility] [Bug 56034] unable to compile on SPARC/Solaris9
Dirk Mueller
56034@bugs.kde.org
17 Mar 2003 22:51:15 -0000
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=56034
mueller@kde.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From mueller@kde.org 2003-03-17 23:51 -------
Subject: kdeaccessibility/kmouth
CVS commit by mueller:
fix compile problem
CCMAIL: 56034-done@bugs.kde.org
M +5 -2 speech.h 1.2
--- kdeaccessibility/kmouth/speech.h #1.1:1.2
@@ -48,5 +48,5 @@ public:
* @param text The text that shall be spoken
*/
- void speak(QString command, bool stdin, QString text, int encoding, QTextCodec *codec);
+ void speak(QString command, bool use_stdin, QString text, int encoding, QTextCodec *codec);
/**
@@ -73,4 +73,8 @@ private:
/*
* $Log$
+ * Revision 1.2 2003/03/17 22:51:11 mueller
+ * fix compile problem
+ * CCMAIL: 56034-done@bugs.kde.org
+ *
* Revision 1.1 2003/01/17 23:09:36 gunnar
* Imported KMouth into kdeaccessibility