summaryrefslogtreecommitdiff
path: root/audio/festival/patches/patch-speech__tools_include_EST__SCFG.h
blob: 74f4da9b8604c5c72c3dc8ae45d935b4de40e8e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-speech__tools_include_EST__SCFG.h,v 1.1 2012/05/04 16:01:04 joerg Exp $

--- speech_tools/include/EST_SCFG.h.orig	2012-04-27 12:52:20.000000000 +0000
+++ speech_tools/include/EST_SCFG.h
@@ -85,6 +85,8 @@ class EST_bracketed_string {
     int valid(int i,int k) const { return valid_spans[i][k]; }
 
     ///
+    int operator ==(const EST_bracketed_string &a) const 
+       { return (this == &a); }
     int operator !=(const EST_bracketed_string &a) const 
        { return (!(this == &a)); }
     ///