comparison src/pt-plot.h @ 1297:12ecc2ecf0e3

[project @ 1995-05-01 18:39:43 by jwe]
author jwe
date Mon, 01 May 1995 18:39:43 +0000
parents 766e2a1a4e7b
children 611d403c7f3d
comparison
equal deleted inserted replaced
1296:f93b7fa5e113 1297:12ecc2ecf0e3
21 21
22 */ 22 */
23 23
24 #if !defined (octave_tree_plot_h) 24 #if !defined (octave_tree_plot_h)
25 #define octave_tree_plot_h 1 25 #define octave_tree_plot_h 1
26
27 #if defined (__GNUG__)
28 #pragma interface
29 #endif
26 30
27 #include <iostream.h> 31 #include <iostream.h>
28 32
29 class tree_command; 33 class tree_command;
30 class tree_plot_command; 34 class tree_plot_command;