IRIX fix.
This commit is contained in:
parent
e807c7f95c
commit
0af5a71f73
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,9 @@
|
|||
// generated by Fast Light User Interface Designer (fluid) version 1.0106
|
||||
|
||||
#include <iostream>
|
||||
// using std::cout;
|
||||
using std::endl;
|
||||
|
||||
#include "fgadmin.h"
|
||||
#include <FL/fl_ask.H>
|
||||
|
||||
|
@ -74,9 +78,6 @@ inline void FGAdminUI::cb_dest_desel_all_i(Fl_Button*, void*) {
|
|||
void FGAdminUI::cb_dest_desel_all(Fl_Button* o, void* v) {
|
||||
((FGAdminUI*)(o->parent()->parent()->parent()->user_data()))->cb_dest_desel_all_i(o,v);
|
||||
}
|
||||
#include <iostream>
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
FGAdminUI::FGAdminUI() {
|
||||
Fl_Double_Window* w;
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
|
||||
#ifndef fgadmin_h
|
||||
#define fgadmin_h
|
||||
#include <FL/Fl.H>
|
||||
#include <string>
|
||||
#include <FL/Fl_Preferences.H>
|
||||
using std::string;
|
||||
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Preferences.H>
|
||||
#include <FL/Fl_Double_Window.H>
|
||||
#include <FL/Fl_Group.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
|
|
Loading…
Reference in a new issue