Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49725
Collapse All | Expand All

(-)quickplot-0.8.2/File.h (-3 / +4 lines)
Lines 1-8 Link Here
1
/* Copyright (c) 1998, 1999, 2003, 2004  Lance Arsenault, (GNU GPL (v2+))
1
/* Copyright (c) 1998, 1999, 2003, 2004  Lance Arsenault, (GNU GPL (v2+))
2
 */
2
 */
3
#ifdef USE_LIBSNDFILE
4
#include <sndfile.h>
5
#endif
3
6
4
5
struct ::SNDFILE;
6
class Source;
7
class Source;
7
class FileReader;
8
class FileReader;
8
class FileList;
9
class FileList;
Lines 22-28 Link Here
22
  void init(const FileList *fileList);
23
  void init(const FileList *fileList);
23
  
24
  
24
#ifdef USE_LIBSNDFILE
25
#ifdef USE_LIBSNDFILE
25
26
  
26
  // This will not work with stdin.
27
  // This will not work with stdin.
27
  bool readSndFile(const FileList *fileList, int fd=-1);
28
  bool readSndFile(const FileList *fileList, int fd=-1);
28
29
(-)quickplot-0.8.2/File_readASCIIFile.cpp (-2 / +1 lines)
Lines 11-17 Link Here
11
11
12
#include <list>
12
#include <list>
13
#include <iomanip>
13
#include <iomanip>
14
14
#include <errno.h>
15
#include <gtkmm.h>
15
#include <gtkmm.h>
16
16
17
17
Lines 40-46 Link Here
40
#include "MainWindow.h"
40
#include "MainWindow.h"
41
#include "App.h"
41
#include "App.h"
42
42
43
44
#include "errorStr.h"
43
#include "errorStr.h"
45
#include "FileReader.h"
44
#include "FileReader.h"
46
45
(-)quickplot-0.8.2/ValueSlider.cpp (+1 lines)
Lines 6-11 Link Here
6
#include <string.h>
6
#include <string.h>
7
#include <stdio.h>
7
#include <stdio.h>
8
#include <math.h>
8
#include <math.h>
9
#include <errno.h>
9
10
10
#include <gtkmm.h>
11
#include <gtkmm.h>
11
#include <glibmm/ustring.h>
12
#include <glibmm/ustring.h>

Return to bug 49725